Check for extractelement with a variable operand for the element number.
[oota-llvm.git] / test / Transforms / GVN / 2007-07-26-InterlockingLoops.ll
index 1dd1479b482553a229ba31c7fadbf39bebfc2bf9..13d1bd1b7ef0dd1b006cbe4cbc7096086de7c681 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | opt -gvn | llvm-dis | not grep {tmp17625 =}
-; RUN: llvm-as < %s | opt -gvn | llvm-dis | not grep {tmp17631 =}
+; RUN: opt < %s -basicaa -gvn -S | grep {tmp17625.* = phi i32. }
+; RUN: opt < %s -basicaa -gvn -S | grep {tmp17631.* = phi i32. }
 
 @last = external global [65 x i32*]            ; <[65 x i32*]*> [#uses=1]