[PATCH] D116292: [OMPIRBuilder][MLIR] Support ordered clause specified with parameter

Peixin Qiao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 22 22:33:14 PST 2022


peixin added a comment.

In last OpenMP Flang technical call, got the information from OpenMP community by @Meinersbur  that implementation of ordered directive and clause is under discussion. Currently in LLVM openmp library and clang frontend, the doacross loop is independent from the worksharing loop. The OpenMP community is discussing about if fixing the canonical loop instead of forming one new doacross loop considering the performance issue and edge cases such as overflow. We plan to delay the progress of lowering the ordered directive and clause. So close this PR for now and may reopen this in future.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D116292/new/

https://reviews.llvm.org/D116292



More information about the llvm-commits mailing list