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.