From: Craig Topper Date: Mon, 31 Oct 2016 06:24:00 +0000 (+0000) Subject: [AVX-512] Add a regular expression to a test that was missed in r285540. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0308e787c2f2de6521905f5aed7d52918df4db1a;p=clang [AVX-512] Add a regular expression to a test that was missed in r285540. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@285547 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/avx512dq-builtins.c b/test/CodeGen/avx512dq-builtins.c index d6191ecd39..1ba6f32221 100644 --- a/test/CodeGen/avx512dq-builtins.c +++ b/test/CodeGen/avx512dq-builtins.c @@ -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> + // CHECK: shufflevector <8 x double> %{{.*}}, <8 x double> undef, <2 x i32> return _mm512_extractf64x2_pd(__A, 3); }