[AVX512] Enabling bit logic lowering
[oota-llvm.git] / test / CodeGen / X86 / 2008-04-28-CoalescerBug.ll
index f93ad9ae7151f6b8e105a60d092b01fd3609f501..7c04206de72ff5db85644059ebebe2aacea4ca9a 100644 (file)
@@ -1,7 +1,7 @@
-; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin | grep movl > %t
-; RUN: not grep {r\[abcd\]x} %t
-; RUN: not grep {r\[ds\]i} %t
-; RUN: not grep {r\[bs\]p} %t
+; RUN: llc < %s -mtriple=x86_64-apple-darwin | grep movl > %t
+; RUN: not grep "r[abcd]x" %t
+; RUN: not grep "r[ds]i" %t
+; RUN: not grep "r[bs]p" %t
 
        %struct.BITMAP = type { i16, i16, i32, i32, i32, i32, i32, i32, i8*, i8* }
        %struct.BltData = type { float, float, float, float }