[AVX512] Enabling bit logic lowering
[oota-llvm.git] / test / CodeGen / X86 / vec_logical.ll
index f8957629f8a1d486f2c8129d2ba0ce24a12862ba..1dc0b163aeb38940660e71d04fd3c1eb6156f29c 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 > %t
+; RUN: llc < %s -march=x86 -mattr=+sse2 > %t
 ; RUN: grep xorps %t | count 2
 ; RUN: grep andnps %t
 ; RUN: grep movaps %t | count 2