Skip to content

Commit

Permalink
hotfix the other peepopt
Browse files Browse the repository at this point in the history
  • Loading branch information
widlarizer committed Dec 13, 2024
1 parent ee18e1f commit 97878f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion passes/pmgen/Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ PEEPOPT_PATTERN += passes/pmgen/peepopt_shiftmul_left.pmg
PEEPOPT_PATTERN += passes/pmgen/peepopt_shiftadd.pmg
PEEPOPT_PATTERN += passes/pmgen/peepopt_muldiv.pmg
PEEPOPT_PATTERN += passes/pmgen/peepopt_muldiv_c.pmg
PEEPOPT_PATTERN += passes/pmgen/peepopt_muxadd.pmg
# PEEPOPT_PATTERN += passes/pmgen/peepopt_muxadd.pmg
PEEPOPT_PATTERN += passes/pmgen/peepopt_formal_clockgateff.pmg

passes/pmgen/peepopt_pm.h: passes/pmgen/pmgen.py $(PEEPOPT_PATTERN)
Expand Down
2 changes: 1 addition & 1 deletion passes/pmgen/peepopt.cc
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ struct PeepoptPass : public Pass {
pm.run_shiftmul_left();
pm.run_muldiv();
pm.run_muldiv_c();
pm.run_muxadd();
// pm.run_muxadd();
}
}
}
Expand Down

0 comments on commit 97878f2

Please sign in to comment.