Unverified Commit 52b7045f authored by Kareem Ergawy's avatar Kareem Ergawy Committed by GitHub
Browse files

[flang][MLIR][OpenMP] Emit `UpdateDataOp` from `!$omp target update` (#75345)

Emits MLIR op corresponding to `!$omp target update` directive. So far,
only motion types: `to` and `from` are supported. Motion modifiers:
`present`, `mapper`, and `iterator` are not supported yet.

This is a follow up to #75047 & #75159, only the last commit is relevant
to this PR.
parent 04c473be
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment