From 20d93ede0cb753d386d85cf3f4eb67a3c9b12b01 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Sun, 2 Feb 2025 02:47:51 +0100 Subject: [PATCH] Fix test compatibility with LLVM 20 --- test/test_suite/vector/vector_shift.c3t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_suite/vector/vector_shift.c3t b/test/test_suite/vector/vector_shift.c3t index 609c2aafa..deea3d271 100644 --- a/test/test_suite/vector/vector_shift.c3t +++ b/test/test_suite/vector/vector_shift.c3t @@ -19,11 +19,11 @@ entry: %x = alloca i32, align 4 store <2 x i32> , ptr %z, align 8 %0 = load <2 x i32>, ptr %z, align 8 - %shl = shl <2 x i32> %0, + %shl = shl <2 x i32> %0, %1 = freeze <2 x i32> %shl store <2 x i32> %1, ptr %z, align 8 %2 = load <2 x i32>, ptr %z, align 8 - %shl1 = shl <2 x i32> %2, + %shl1 = shl <2 x i32> %2, %3 = freeze <2 x i32> %shl1 store i32 0, ptr %x, align 4 %4 = load <2 x i32>, ptr %z, align 8