[flang-commits] [flang] [mlir] [flang][openmp] Add support for ordered regions in SIMD directives (PR #181012)

Tom Eccles via flang-commits flang-commits at lists.llvm.org
Mon Feb 16 09:32:29 PST 2026


================
@@ -354,10 +354,6 @@ static LogicalResult checkImplementationStatus(Operation &op) {
     if (op.getOrder() || op.getOrderMod())
       result = todo("order");
   };
-  auto checkParLevelSimd = [&todo](auto op, LogicalResult &result) {
-    if (op.getParLevelSimd())
----------------
tblah wrote:

Please could you add a test showing the parallelization-level clause working

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


More information about the flang-commits mailing list