[AVX512] Add 512b integer shift by variable intrinsics and patterns.
[oota-llvm.git] / test / Transforms / Mem2Reg / atomic.ll
index 982c41318b105b0538af72493663a07500e0945d..5bc9e9281b27495234b307da331d586c84a1019c 100644 (file)
@@ -3,7 +3,7 @@
 ; mem2reg is allowed with arbitrary atomic operations (although we only support
 ; it for atomic load and store at the moment).
 define i32 @test1(i32 %x) {
-; CHECK: @test1
+; CHECK-LABEL: @test1(
 ; CHECK: ret i32 %x
   %a = alloca i32
   store atomic i32 %x, i32* %a seq_cst, align 4