[flang-commits] [flang] [flang][PPC] XFAIL unroll-loops on PPC (PR #123661)
Kamau Bridgeman via flang-commits
flang-commits at lists.llvm.org
Mon Jan 20 12:52:30 PST 2025
================
@@ -3,6 +3,9 @@
// RUN: %flang_fc1 -emit-llvm -O1 -fno-unroll-loops -mllvm -force-vector-width=2 -o- %s | FileCheck %s --check-prefixes=CHECK,NO-UNROLL
// RUN: %flang_fc1 -emit-llvm -O1 -mllvm -force-vector-width=2 -o- %s | FileCheck %s --check-prefixes=CHECK,NO-UNROLL
+// FIXME: Investigate and fix.
----------------
kamaub wrote:
Can we open an issue and assign the author @DavidTruby to it and add that issue number here.
https://github.com/llvm/llvm-project/pull/123661
More information about the flang-commits
mailing list