lcc
lcc copied to clipboard
MUL+I / MUL+U simplification fixes.
- fold constants before commuting or checking for shifts
- optimize x * 0 => 0
- identity check didn't work since constant is in l tree, not in r tree.