[AVX512] Enabling bit logic lowering
[oota-llvm.git] / test / CodeGen / X86 / vec_ins_extract-1.ll
index 44ae039384800e5dc674fdfe235ae0ce6e3122e9..565be7a6cc709fc51785b7418641d49e85176e31 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep {(%esp,%eax,4)} | count 4
+; RUN: llc < %s -march=x86 -mcpu=yonah | grep "(%esp,%eax,4)" | count 4
 
 ; Inserts and extracts with variable indices must be lowered
 ; to memory accesses.