[all-commits] [llvm/llvm-project] 2ab926: [flang][MLIR][OpenMP] Add support for `target upda...
Kareem Ergawy via All-commits
all-commits at lists.llvm.org
Thu Dec 14 03:48:58 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2ab926d959613e677458a818e9e42344ab4fd8c2
https://github.com/llvm/llvm-project/commit/2ab926d959613e677458a818e9e42344ab4fd8c2
Author: Kareem Ergawy <kareem.ergawy at amd.com>
Date: 2023-12-14 (Thu, 14 Dec 2023)
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:
-----------
[flang][MLIR][OpenMP] Add support for `target update` directive. (#75047)
Add an op in the OMP dialect to model the `target update` direcive. This
change reuses the `MapInfoOp` used by other device directive to model
`map` clauses but verifies that the restrictions imposed by the `target
update` directive are respected.
More information about the All-commits
mailing list