Instruction Combining #2755
Labels
compiler: ir
IRgen and sway-ir including optimization passes
compiler: optimization
IR Optimization Passes
P: low
While we can't fully implement this without gas profiling and knowledge of instruction costs, we can do some basic combinations like folding successive adds to the same register into one add, etc.
The text was updated successfully, but these errors were encountered: