Add a test for CodeGenPrepare's ability to look through PHI nodes when performing
authorOwen Anderson <resistor@mac.com>
Fri, 19 Nov 2010 22:34:53 +0000 (22:34 +0000)
committerOwen Anderson <resistor@mac.com>
Fri, 19 Nov 2010 22:34:53 +0000 (22:34 +0000)
commit563d9bdc84d30757cae9f5e44277bf0578074c5d
tree3ebb009955678d37df2e272a2a1c1965c19c33d7
parent0d58122e1221665d421a53741ef638505ecbe745
Add a test for CodeGenPrepare's ability to look through PHI nodes when performing
addressing mode folding, introduced in r119853.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119857 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/CodeGenPrepare/phi.ll [new file with mode: 0644]