[all-commits] [llvm/llvm-project] 30bd11: [MLIR][OpenMP] Fixed the missing inclusive clause ...
Shraiysh via All-commits
all-commits at lists.llvm.org
Thu Oct 28 01:48:24 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 30bd11fab47f75e43ba9d0133978d964eef819ca
https://github.com/llvm/llvm-project/commit/30bd11fab47f75e43ba9d0133978d964eef819ca
Author: Shraiysh Vaishay <Shraiysh.Vaishay at amd.com>
Date: 2021-10-28 (Thu, 28 Oct 2021)
Changed paths:
M llvm/include/llvm/Frontend/OpenMP/OMP.td
M llvm/unittests/Frontend/OpenMPParsingTest.cpp
M mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
M mlir/test/Dialect/OpenMP/invalid.mlir
M mlir/test/Dialect/OpenMP/ops.mlir
Log Message:
-----------
[MLIR][OpenMP] Fixed the missing inclusive clause in omp.wsloop and fix order clause
This patch adds the inclusive clause (which was missed in previous
reorganization - https://reviews.llvm.org/D110903) in omp.wsloop operation.
Added a test for validating it.
Also fixes the order clause, which was not accepting any values. It now accepts
"concurrent" as a value, as specified in the standard.
Reviewed By: kiranchandramohan, peixin, clementval
Differential Revision: https://reviews.llvm.org/D112198
More information about the All-commits
mailing list