[flang-commits] [flang] [llvm] [mlir] [flang][OpenMP] Support the FULL clause on the UNROLL construct (PR #214115)
Spencer Bryngelson via flang-commits
flang-commits at lists.llvm.org
Mon Aug 10 05:43:14 PDT 2026
================
@@ -557,6 +557,36 @@ def UnrollHeuristicOp : OpenMPTransform_Op<"unroll_heuristic", []> {
let hasCustomAssemblyFormat = 1;
}
+//===----------------------------------------------------------------------===//
+// OpenMP unroll_full operation
+//===----------------------------------------------------------------------===//
+
+def UnrollFullOp : OpenMPTransform_Op<"unroll_full", []> {
----------------
sbryngelson wrote:
Very good @tblah - thanks. Will update the PR w/ your work if you like
https://github.com/llvm/llvm-project/pull/214115
More information about the flang-commits
mailing list