[llvm-commits] [llvm] r148571 - /llvm/trunk/test/Transforms/LoopStrengthReduce/X86/2012-01-13-phielim.ll

Andrew Trick atrick at apple.com
Fri Jan 20 13:21:28 PST 2012


Author: atrick
Date: Fri Jan 20 15:21:27 2012
New Revision: 148571

URL: http://llvm.org/viewvc/llvm-project?rev=148571&view=rev
Log:
Test case comments missing from my previous checkin.

Modified:
    llvm/trunk/test/Transforms/LoopStrengthReduce/X86/2012-01-13-phielim.ll

Modified: llvm/trunk/test/Transforms/LoopStrengthReduce/X86/2012-01-13-phielim.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LoopStrengthReduce/X86/2012-01-13-phielim.ll?rev=148571&r1=148570&r2=148571&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/LoopStrengthReduce/X86/2012-01-13-phielim.ll (original)
+++ llvm/trunk/test/Transforms/LoopStrengthReduce/X86/2012-01-13-phielim.ll Fri Jan 20 15:21:27 2012
@@ -53,6 +53,11 @@
 
 @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





More information about the llvm-commits mailing list