Skip to content

Commit

Permalink
Add pmux2shiftx
Browse files Browse the repository at this point in the history
  • Loading branch information
akashlevy committed Oct 29, 2024
1 parent 62e27f5 commit 6401027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion passes/opt/Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ OBJS += passes/opt/opt_expr.o
OBJS += passes/opt/opt_balance_tree.o
OBJS += passes/opt/muxpack.o
OBJS += passes/opt/wreduce.o
OBJS += passes/opt/pmux2shiftx.o

ifneq ($(SMALL),1)
OBJS += passes/opt/share.o
Expand All @@ -23,5 +24,4 @@ OBJS += passes/opt/rmports.o
OBJS += passes/opt/opt_lut.o
OBJS += passes/opt/opt_lut_ins.o
OBJS += passes/opt/opt_ffinv.o
OBJS += passes/opt/pmux2shiftx.o
endif

0 comments on commit 6401027

Please sign in to comment.