diff options
author | Andrew Trick <atrick@apple.com> | 2012-01-20 21:21:27 +0000 |
---|---|---|
committer | Andrew Trick <atrick@apple.com> | 2012-01-20 21:21:27 +0000 |
commit | a44919ef4574621a64817dfb85cbf68ee4ebf7a8 (patch) | |
tree | 6a443019f0521fed36ee7ccc7a71818c8b780b5a /test | |
parent | fdd3b30151bc391efce74f4592a9a3bb595565a2 (diff) | |
download | external_llvm-a44919ef4574621a64817dfb85cbf68ee4ebf7a8.zip external_llvm-a44919ef4574621a64817dfb85cbf68ee4ebf7a8.tar.gz external_llvm-a44919ef4574621a64817dfb85cbf68ee4ebf7a8.tar.bz2 |
Test case comments missing from my previous checkin.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148571 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/Transforms/LoopStrengthReduce/X86/2012-01-13-phielim.ll | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Transforms/LoopStrengthReduce/X86/2012-01-13-phielim.ll b/test/Transforms/LoopStrengthReduce/X86/2012-01-13-phielim.ll index 85084d9..2dcaab8 100644 --- a/test/Transforms/LoopStrengthReduce/X86/2012-01-13-phielim.ll +++ b/test/Transforms/LoopStrengthReduce/X86/2012-01-13-phielim.ll @@ -53,6 +53,11 @@ exit: ; preds = %cond.true29.i, %cond.true.i @tags = external global [5000 x %struct.anon.7.91.199.307.415.475.559.643.751.835.943.1003.1111.1219.1351.1375.1399.1435.1471.1483.1519.1531.1651.1771], align 16 +; PR11782: SCEVExpander assert +; +; Test phi reuse after LSR that requires SCEVExpander to hoist an +; interesting GEP. +; ; CHECK: @test2 ; CHECK: %entry ; CHECK-NOT: mov |