Skip to content

Commit 973bf55

Browse files
committed
[flang][PPC] XFAIl unroll-loops on PPC
1 parent 818d6e5 commit 973bf55

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: Investigate and fix.
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: Investigate and fix.
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)