[flang-commits] [flang] [flang][PPC] XFAIL unroll-loops on PPC (PR #123661)
Henry Jiang via flang-commits
flang-commits at lists.llvm.org
Mon Jan 20 13:01:50 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.
----------------
mustartt wrote:
Thanks for pointing it out.
https://github.com/llvm/llvm-project/pull/123661
More information about the flang-commits
mailing list