Skip to content
Commit 87d50aa1 authored by Evan Cheng's avatar Evan Cheng
Browse files

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
parent 33758dca
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment