[llvm-commits] [llvm] r126445 - in /llvm/trunk: lib/Transforms/Utils/SimplifyCFG.cpp test/Transforms/SimplifyCFG/select-gep.ll

Evan Cheng evan.cheng at apple.com
Thu Feb 24 23:14:26 PST 2011


Speculation is nice, but I would feel a lot better if there are hard numbers to back this up. Are we sure these changes are improving performance?

Evan

On Feb 24, 2011, at 11:08 PM, Frits van Bommel wrote:

> On Fri, Feb 25, 2011 at 12:37 AM, Dan Gohman <gohman at apple.com> wrote:
>> A gep with one non-constant index is a multiply and an add. How
>> speculative are you feeling? ;-)
> 
> Good point. Maybe just if we know that one non-constant index indexes
> over a type whose size is a power of two (including 1) then?
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits





More information about the llvm-commits mailing list