[llvm-commits] [llvm] r119853 - /llvm/trunk/lib/Transforms/Scalar/CodeGenPrepare.cpp

Duncan Sands baldrick at free.fr
Sat Nov 20 00:24:30 PST 2010


Hi Owen,

> When folding addressing modes in CodeGenPrepare, attempt to look through PHI nodes
> if all the operands of the PHI are equivalent.  This allows CodeGenPrepare to undo
> unprofitable PRE transforms.

I think I understood this patch now, sorry for the noise.

Ciao,

Duncan.



More information about the llvm-commits mailing list