[llvm-commits] [llvm] r119857 - /llvm/trunk/test/Transforms/CodeGenPrepare/phi.ll

Duncan Sands baldrick at free.fr
Fri Nov 19 23:18:40 PST 2010


Hi Owen,

> Add a test for CodeGenPrepare's ability to look through PHI nodes when performing
> addressing mode folding, introduced in r119853.

I think this should be done by boosting the power of InstructionSimplify
(see SimplifyPHINode) to use isIdenticalTo instead.

Ciao,

Duncan.



More information about the llvm-commits mailing list