[llvm-dev] replacing multiplication operation by bit shifts, etc

Quolick via llvm-dev llvm-dev at lists.llvm.org
Wed Aug 12 09:01:31 PDT 2015


Hi!

All compilers can replace multiplication operation by bit shifts and LEA x86 instruction
(if current target arch is x86).
Can I ask, where in LLVM this happens? I can't find it in source code.



More information about the llvm-dev mailing list