Don't inline most integer operations
We get lots of code, and the simplifier generally can't do much with it. We'll instead use builtin rules to do constant folding where possible.
Please register or sign in to comment
We get lots of code, and the simplifier generally can't do much with it. We'll instead use builtin rules to do constant folding where possible.