Check for extractelement with a variable operand for the element number.
[oota-llvm.git] / test / Transforms / GVN / rle-must-alias.ll
index 7108916d2772a396c8c395672c9008c3c6ae07c1..479724063e0b3a5d961b181ec0c11e0fb59729a3 100644 (file)
@@ -1,7 +1,6 @@
-; RUN: llvm-as < %s | opt -gvn | llvm-dis | grep {DEAD.rle = phi i32}
-; XFAIL: *
+; RUN: opt < %s -basicaa -gvn -S | grep {DEAD = phi i32 }
 
-; 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.