[all-commits] [llvm/llvm-project] 166713: [mlir][OpenMP] Change omp.atomic.update to have ge...
Shraiysh via All-commits
all-commits at lists.llvm.org
Tue Feb 15 04:28:43 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 166713f987b343e65baf25532b3ff48be154c390
https://github.com/llvm/llvm-project/commit/166713f987b343e65baf25532b3ff48be154c390
Author: Shraiysh Vaishay <Shraiysh.Vaishay at amd.com>
Date: 2022-02-15 (Tue, 15 Feb 2022)
Changed paths:
M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
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] Change omp.atomic.update to have generic updates
This patch changes the syntax of omp.atomic.update to allow the other
dialects to modify the variable with appropriate operations in the
region.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D119522
More information about the All-commits
mailing list