Skip to content

Commit 7c91435

Browse files
authored
[Flang][PPC] XFAIL -funroll-loops to include both powerpc64 and powerpc64le target (llvm#123672)
Include both `powerpc64` and `powerpc64le` target to XFAIL for the 2 test cases that are currently failing on `ppc64-flang-aix` and `ppc64le-flang-rhel-clang`. A follow-up PR to llvm#123661. ``` FAIL: Flang::unroll-loops.fir FAIL: Flang::unroll-loops.f90 ```
1 parent 4a1c33d commit 7c91435

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flang/test/HLFIR/unroll-loops.fir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// RUN: %flang_fc1 -emit-llvm -O1 -mllvm -force-vector-width=2 -o- %s | FileCheck %s --check-prefixes=CHECK,NO-UNROLL
55

66
// FIXME: https://github.com/llvm/llvm-project/issues/123668
7-
// XFAIL: powerpc64-target-arch
7+
// XFAIL: target=powerpc64{{.*}}
88

99
// CHECK-LABEL: @unroll
1010
// CHECK-SAME: (ptr nocapture writeonly %[[ARG0:.*]])

flang/test/Integration/unroll-loops.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
! RUN: %flang_fc1 -emit-llvm -O1 -mllvm -force-vector-width=2 -o- %s | FileCheck %s --check-prefixes=CHECK,NO-UNROLL
55

66
! FIXME: https://github.com/llvm/llvm-project/issues/123668
7-
! XFAIL: powerpc64-target-arch
7+
! XFAIL: target=powerpc64{{.*}}
88

99
! CHECK-LABEL: @unroll
1010
! CHECK-SAME: (ptr nocapture writeonly %[[ARG0:.*]])

0 commit comments

Comments
 (0)