[llvm-commits] [llvm] r57442 - /llvm/trunk/lib/Transforms/Scalar/InstructionCombining.cpp

Duncan Sands baldrick at free.fr
Mon Oct 13 08:39:51 PDT 2008


Hi,

> Make InstructionCombining::getBitCastOperand() recognize GEP instructions and
> constant expression with all zero indices as being the same as a bitcast.

can stripPointerCasts be used here somehow?

Ciao,

Duncan.



More information about the llvm-commits mailing list