]> granicus.if.org Git - clang/commitdiff
[x86] make assertions less strict in avx512f test file
authorSanjay Patel <spatel@rotateright.com>
Mon, 25 Sep 2017 21:31:08 +0000 (21:31 +0000)
committerSanjay Patel <spatel@rotateright.com>
Mon, 25 Sep 2017 21:31:08 +0000 (21:31 +0000)
Missed a line in r314158.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@314159 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/avx512f-builtins.c

index ee46ed9073625e3d6c2df87599f406b4f4d5dada..b154bca7cb2df4c9cf1347f77c6ca1e64ebb00e0 100644 (file)
@@ -8351,7 +8351,7 @@ __m128d test_mm_maskz_move_sd (__mmask8 __U, __m128d __A, __m128d __B)
   // CHECK-LABEL: @test_mm_maskz_move_sd
   // CHECK:  extractelement <2 x double> %{{.*}}, i32 0
   // CHECK:  phi double [ %{{.*}}, %{{.*}} ], [ 0.000000e+00, %{{.*}} ]
-  // CHECK:  insertelement <2 x double> %6, double %cond.i, i32 0
+  // CHECK:  insertelement <2 x double> %{{.*}}, double %{{.*}}, i32 0
   return _mm_maskz_move_sd (__U, __A, __B);
 }