[llvm-branch-commits] [mlir] [MLIR][OpenMP] Clause-based OpenMP operation definition (PR #92523)

Sergio Afonso via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Jun 12 06:52:40 PDT 2024


skatrak wrote:

Quick update about reduction clause descriptions @tblah: I updated the previous PR on the stack (#92521) to add a shared description that basically incorporates all of the information that was spread across the various operations using it. I updated the description of `omp.taskloop` in this PR as well to keep the additional related information it previously had while still inheriting the base description for the clause.

Also, it's expected that this PR breaks buildbots because of some small reordering of operation arguments and assembly format normalization. The next PR in the stack (#92524) addresses this.

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


More information about the llvm-branch-commits mailing list