[flang-commits] [flang] [flang] Fixing PPC lit failure due to alloca reordering. (PR #95621)

Vijay Kandiah via flang-commits flang-commits at lists.llvm.org
Fri Jun 14 16:36:19 PDT 2024


================
@@ -28,9 +28,9 @@ end subroutine test_cvspbf16
 !CHECK-LABEL: @test_cvspbf16_
 !LLVMIR:  %1 = alloca <16 x i8>, i64 1, align 16
 !LLVMIR:  %2 = alloca <16 x i8>, i64 1, align 16
-!LLVMIR:  %3 = load <16 x i8>, ptr %2, align 16
+!LLVMIR:  %3 = load <16 x i8>, ptr %1, align 16
----------------
VijayKandiah wrote:

I agree, these tests need to be rewritten to not use hardcoded ssa values.

https://github.com/llvm/llvm-project/pull/95621


More information about the flang-commits mailing list