mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-13 08:26:02 +00:00
[AVX512] Add missing CHECK-LABEL
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214273 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -53,7 +53,8 @@ define <16 x float> @_xmm16xfloat(<16 x float> %a) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
define <16 x i32> @test_vbroadcast() {
|
define <16 x i32> @test_vbroadcast() {
|
||||||
; CHECK: vpbroadcastd
|
; CHECK-LABEL: _test_vbroadcast:
|
||||||
|
; CHECK: vpbroadcastd
|
||||||
entry:
|
entry:
|
||||||
%0 = sext <16 x i1> zeroinitializer to <16 x i32>
|
%0 = sext <16 x i1> zeroinitializer to <16 x i32>
|
||||||
%1 = fcmp uno <16 x float> undef, zeroinitializer
|
%1 = fcmp uno <16 x float> undef, zeroinitializer
|
||||||
|
Reference in New Issue
Block a user