[llvm-commits] [llvm] r90014 - /llvm/trunk/test/Transforms/GVN/rle-must-alias.ll

Chris Lattner sabre at nondot.org
Fri Nov 27 11:56:01 PST 2009


Author: lattner
Date: Fri Nov 27 13:56:00 2009
New Revision: 90014

URL: http://llvm.org/viewvc/llvm-project?rev=90014&view=rev
Log:
I accidentally implemented this :)

Modified:
    llvm/trunk/test/Transforms/GVN/rle-must-alias.ll

Modified: llvm/trunk/test/Transforms/GVN/rle-must-alias.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/GVN/rle-must-alias.ll?rev=90014&r1=90013&r2=90014&view=diff

==============================================================================
--- llvm/trunk/test/Transforms/GVN/rle-must-alias.ll (original)
+++ llvm/trunk/test/Transforms/GVN/rle-must-alias.ll Fri Nov 27 13:56:00 2009
@@ -1,7 +1,6 @@
 ; RUN: opt < %s -gvn -S | grep {DEAD = phi i32 }
-; XFAIL: *
 
-; FIXME: GVN should eliminate the fully redundant %9 GEP which 
+; GVN should eliminate the fully redundant %9 GEP which 
 ; allows DEAD to be removed.  This is PR3198.
 
 ; The %7 and %4 loads combine to make %DEAD unneeded.





More information about the llvm-commits mailing list