Remove the optimize for code size limitation on r67917. Optimize 64-bit imul...
Remove the optimize for code size limitation on r67917. Optimize 64-bit imul by constants into leas + shl regardless if optimizing for code size. The size saving from using imulq isn't worth it. Also, the lea and shl instructions may expose further optimization. llvm-svn: 97507
Loading
Please register or sign in to comment