[Mlir-commits] [flang] [llvm] [mlir] [flang][OpenMP] Support the FULL clause on the UNROLL construct (PR #214115)
Tom Eccles
llvmlistbot at llvm.org
Wed Aug 5 08:29:40 PDT 2026
================
@@ -0,0 +1,17 @@
+! RUN: %flang_fc1 -emit-hlfir -fopenmp -fopenmp-version=51 -o - %s | FileCheck %s
+
+subroutine test_unroll_full
+ integer res, i
+
+ !$omp unroll full
----------------
tblah wrote:
Thanks for adding the TODO!
https://github.com/llvm/llvm-project/pull/214115
More information about the Mlir-commits
mailing list