Skip to content

Commit 2f1bc68

Browse files
authored
[flang][PPC] XFAIL unroll-loops on PPC (#123661)
xfail the following 2 test cases that are failing on PowerPC buildbots `ppc64-flang-aix` and `ppc64le-flang-rhel-clang` due toPR #122906. Defect opened: #123668. FAIL: Flang::unroll-loops.fir FAIL: Flang::unroll-loops.f90
1 parent d35d7f4 commit 2f1bc68

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

flang/test/HLFIR/unroll-loops.fir

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// RUN: %flang_fc1 -emit-llvm -O1 -fno-unroll-loops -mllvm -force-vector-width=2 -o- %s | FileCheck %s --check-prefixes=CHECK,NO-UNROLL
44
// RUN: %flang_fc1 -emit-llvm -O1 -mllvm -force-vector-width=2 -o- %s | FileCheck %s --check-prefixes=CHECK,NO-UNROLL
55

6+
// FIXME: https://github.com/llvm/llvm-project/issues/123668
7+
// XFAIL: powerpc64-target-arch
8+
69
// CHECK-LABEL: @unroll
710
// CHECK-SAME: (ptr nocapture writeonly %[[ARG0:.*]])
811
func.func @unroll(%arg0: !fir.ref<!fir.array<1000 x index>> {fir.bindc_name = "a"}) {

flang/test/Integration/unroll-loops.f90

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
! RUN: %flang_fc1 -emit-llvm -O1 -fno-unroll-loops -mllvm -force-vector-width=2 -o- %s | FileCheck %s --check-prefixes=CHECK,NO-UNROLL
44
! RUN: %flang_fc1 -emit-llvm -O1 -mllvm -force-vector-width=2 -o- %s | FileCheck %s --check-prefixes=CHECK,NO-UNROLL
55

6+
! FIXME: https://github.com/llvm/llvm-project/issues/123668
7+
! XFAIL: powerpc64-target-arch
8+
69
! CHECK-LABEL: @unroll
710
! CHECK-SAME: (ptr nocapture writeonly %[[ARG0:.*]])
811
subroutine unroll(a)

0 commit comments

Comments
 (0)