[flang-commits] [flang] [llvm] [mlir] [flang][OpenMP] Support the FULL clause on the UNROLL construct (PR #214115)

Tom Eccles via flang-commits flang-commits at lists.llvm.org
Fri Aug 7 09:24:59 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", []> {
----------------
tblah wrote:

HI just an update. Sorry it is taking me some time to get back to this. I wanted to think a bit about how the verifier could best be implemented. I'll get back to you next week.

https://github.com/llvm/llvm-project/pull/214115


More information about the flang-commits mailing list