[flang-commits] [flang] [flang] Fixing PPC lit failure due to alloca reordering. (PR #95621)
Valentin Clement バレンタイン クレメン via flang-commits
flang-commits at lists.llvm.org
Fri Jun 14 16:27:33 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
----------------
clementval wrote:
Not you fault but these tests should not use hardcoded ssa value
https://github.com/llvm/llvm-project/pull/95621
More information about the flang-commits
mailing list