Files
clang-p2996/mlir/lib/Dialect/OpenMP/IR
Kareem Ergawy 2ab926d959 [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.
2023-12-14 12:48:45 +01:00
..