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

llvmlistbot at llvm.org llvmlistbot at llvm.org
Fri Feb 27 11:16:52 PST 2026


chichunchen wrote:

@tblah, thanks for pointing this out.

Yes, this was a reland — the patch itself had already been reviewed and approved in #181012 (as mentioned in the commit message). I waited for CI to turn green but forgot to explicitly approve it before merging, and I should also have left more time for additional reviewers.

The failure was due to #181012 not being rebased onto the latest main branch, where the MLIR OpenMP linear clause IR had changed slightly, causing the tests to fail.

I’ll make sure to follow the approval and waiting process more carefully next time.

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


More information about the Mlir-commits mailing list