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

Sunil Shrestha llvmlistbot at llvm.org
Tue Feb 17 14:01:52 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())
----------------
sshrestha-aa wrote:

I added a test. Please take a look.

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


More information about the Mlir-commits mailing list