]> granicus.if.org Git - clang/commitdiff
[AVX-512] Add a regular expression to a test that was missed in r285540.
authorCraig Topper <craig.topper@gmail.com>
Mon, 31 Oct 2016 06:24:00 +0000 (06:24 +0000)
committerCraig Topper <craig.topper@gmail.com>
Mon, 31 Oct 2016 06:24:00 +0000 (06:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@285547 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/avx512dq-builtins.c

index d6191ecd3961983fab850c1ffdd3ba91b36dccd8..1ba6f3222156bf6230e4cf28c04a361bd2c5a8e3 100644 (file)
@@ -1074,7 +1074,7 @@ __m256 test_mm512_maskz_extractf32x8_ps(__mmask8 __U, __m512 __A) {
 
 __m128d test_mm512_extractf64x2_pd(__m512d __A) {
   // CHECK-LABEL: @test_mm512_extractf64x2_pd
-  // CHECK: shufflevector <8 x double> %0, <8 x double> undef, <2 x i32> <i32 6, i32 7>
+  // CHECK: shufflevector <8 x double> %{{.*}}, <8 x double> undef, <2 x i32> <i32 6, i32 7>
   return _mm512_extractf64x2_pd(__A, 3); 
 }