Fix last test for LLVM20

This commit is contained in:
Christoffer Lerno
2024-11-07 13:49:03 +01:00
parent 95ac29559c
commit e675b0c00a

View File

@@ -308,7 +308,7 @@ entry:
define i32 @test.f_vec_tiny_v1i32_ret() #0 {
entry:
%taddr = alloca <1 x i32>, align 4
store <1 x i32> <i32 1>, ptr %taddr, align 4
store <1 x i32>
%0 = load i32, ptr %taddr, align 4
ret i32 %0
}