We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1961c8 commit d1f8c45Copy full SHA for d1f8c45
llvm/test/CodeGen/AMDGPU/global-load-xcnt.ll
@@ -51,7 +51,7 @@ define void @test_i8load_v4i8store(ptr addrspace(1) %ptr_a, ptr addrspace(1) %pt
51
%b = load i8, ptr addrspace(1) %ptr_b
52
%c = load i8, ptr addrspace(1) %ptr_c
53
%d = load i8, ptr addrspace(1) %ptr_d
54
- %ins_0 = insertelement <4 x i8> undef, i8 %a, i32 0
+ %ins_0 = insertelement <4 x i8> poison, i8 %a, i32 0
55
%ins_1 = insertelement <4 x i8> %ins_0, i8 %b, i32 1
56
%ins_2 = insertelement <4 x i8> %ins_1, i8 %c, i32 2
57
%ins_3 = insertelement <4 x i8> %ins_2, i8 %c, i32 3
0 commit comments