Quolick Wed, 12 Aug 2015 09:01:24 -0700
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 GCC this happens? I can't find it in source code.