[llvm-commits] [llvm] r126445 - in /llvm/trunk: lib/Transforms/Utils/SimplifyCFG.cpp test/Transforms/SimplifyCFG/select-gep.ll
Frits van Bommel
fvbommel at gmail.com
Thu Feb 24 23:08:46 PST 2011
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?
More information about the llvm-commits
mailing list