Skip to content

Commit

Permalink
[EraVM] Enable optimization by default
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Radosavljevic <[email protected]>
  • Loading branch information
vladimirradosavljevic authored and akiramenai committed Jan 17, 2025
1 parent 35e68dd commit dcdce68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Target/EraVM/EraVMPostCodegenPrepare.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ static cl::opt<unsigned> NumOfPHIUsesToSplitLiveRanges(
cl::desc("Number of uses of PHI node to consider splitting live ranges"));

static cl::opt<bool>
EnableSinkLoads("eravm-enable-load-sinking", cl::Hidden, cl::init(false),
EnableSinkLoads("eravm-enable-load-sinking", cl::Hidden, cl::init(true),
cl::desc("Enable sinking loads to their users"));

namespace {
Expand Down

0 comments on commit dcdce68

Please sign in to comment.