[AVX512] add PSLLW and PSLLV Intrinsic
[oota-llvm.git] / test / CodeGen / X86 / rotate.ll
index 1e20273194d589d3fd4707f1814170b6fad0f7a8..117300110b411803ef7f3f9001b8cb2222501e5e 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: llc < %s -march=x86 -x86-asm-syntax=intel | \
-; RUN:   grep {ro\[rl\]} | count 12
+; RUN:   grep "ro[rl]" | count 12
 
 define i32 @rotl32(i32 %A, i8 %Amt) {
        %shift.upgrd.1 = zext i8 %Amt to i32            ; <i32> [#uses=1]