[llvm-commits] [Review request] Instcombine: extractvalue from load --> load from gep

Frits van Bommel fvbommel at gmail.com
Mon Nov 29 12:34:50 PST 2010


On Mon, Nov 29, 2010 at 9:28 PM, Frits van Bommel <fvbommel at gmail.com> wrote:
> Also, when I accidentally messed this up so it asserted every time it
> fired clang could no longer compile LLVM. I think the problem was in
> the passmanager, but I might be misremembering.

Looks like I misremembered; I just found the file I bugpointed and
it's called PreAllocSplitting.ll. It doesn't contain any extractvalue
instructions, so they must've been generated by one or more of the
passes clang runs at -O3.



More information about the llvm-commits mailing list