File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 3
3
// RUN: %flang_fc1 -emit-llvm -O1 -fno-unroll-loops -mllvm -force -vector-width=2 -o- %s | FileCheck %s --check-prefixes=CHECK,NO-UNROLL
4
4
// RUN: %flang_fc1 -emit-llvm -O1 -mllvm -force -vector-width=2 -o- %s | FileCheck %s --check-prefixes=CHECK,NO-UNROLL
5
5
6
+ // FIXME: Investigate and fix.
7
+ // XFAIL: powerpc64-target-arch
8
+
6
9
// CHECK-LABEL: @unroll
7
10
// CHECK-SAME: (ptr nocapture writeonly %[[ARG0:.*]])
8
11
func.func @unroll(%arg0: !fir.ref<!fir.array<1000 x index>> {fir.bindc_name = "a"}) {
Original file line number Diff line number Diff line change 3
3
! RUN: %flang_fc1 -emit-llvm -O1 -fno-unroll-loops -mllvm -force-vector-width=2 -o- %s | FileCheck %s --check-prefixes=CHECK,NO-UNROLL
4
4
! RUN: %flang_fc1 -emit-llvm -O1 -mllvm -force-vector-width=2 -o- %s | FileCheck %s --check-prefixes=CHECK,NO-UNROLL
5
5
6
+ ! FIXME: Investigate and fix.
7
+ ! XFAIL: powerpc64-target-arch
8
+
6
9
! CHECK-LABEL: @unroll
7
10
! CHECK-SAME: (ptr nocapture writeonly %[[ARG0:.*]])
8
11
subroutine unroll (a )
You can’t perform that action at this time.
0 commit comments