From: Adam Nemet Date: Wed, 30 Jul 2014 01:30:45 +0000 (+0000) Subject: [AVX512] Add missing CHECK-LABEL X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0d51d7bf86e6e95b52eac90fd64d5b79000a9657;p=oota-llvm.git [AVX512] Add missing CHECK-LABEL git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214273 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/avx512-vbroadcast.ll b/test/CodeGen/X86/avx512-vbroadcast.ll index 9c6db11d8f4..a4f131bf5b3 100644 --- a/test/CodeGen/X86/avx512-vbroadcast.ll +++ b/test/CodeGen/X86/avx512-vbroadcast.ll @@ -53,7 +53,8 @@ define <16 x float> @_xmm16xfloat(<16 x float> %a) { } define <16 x i32> @test_vbroadcast() { - ; CHECK: vpbroadcastd +; CHECK-LABEL: _test_vbroadcast: +; CHECK: vpbroadcastd entry: %0 = sext <16 x i1> zeroinitializer to <16 x i32> %1 = fcmp uno <16 x float> undef, zeroinitializer