Add x86 isel logic and patterns to match movlps from clang generated IR for _mm_loadl...
[oota-llvm.git] / test / Analysis / ScalarEvolution / sext-inreg.ll
index 6929f3dcfb989befc90cffde1588370a725d85f0..23e1210dba566901430affdc43683f7b5d01a3ab 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: opt %s -analyze -scalar-evolution -disable-output > %t
-; RUN: grep {sext i57 \{0,+,199\}<bb> to i64} %t | count 1
-; RUN: grep {sext i59 \{0,+,199\}<bb> to i64} %t | count 1
+; RUN: opt < %s -analyze -scalar-evolution > %t
+; RUN: grep {sext i57 \{0,+,199\}<%bb> to i64} %t | count 1
+; RUN: grep {sext i59 \{0,+,199\}<%bb> to i64} %t | count 1
 
 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128"
 target triple = "i386-apple-darwin9.6"