Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/JuniMay/orzcc into Benchm…
Browse files Browse the repository at this point in the history
…arks
  • Loading branch information
fscdc committed Aug 20, 2024
2 parents 3555531 + ff8869a commit 492d5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/compiler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
lower_ctx.lower();

if cmd.opt > 0 {
riscv64::run_peephole(lower_ctx.mctx_mut(), &cmd.lower_cfg, cmd.aggressive);
riscv64::run_peephole(lower_ctx.mctx_mut(), &cmd.lower_cfg, true);
SimplifyCfg::run(lower_ctx.mctx_mut(), &cmd.lower_cfg);
RegisterCoalescing::run::<RvLowerSpec>(&mut lower_ctx, &cmd.lower_cfg);
schedule(lower_ctx.mctx_mut(), &cmd.lower_cfg, Some(128));
Expand Down

0 comments on commit 492d5fd

Please sign in to comment.