[all-commits] [llvm/llvm-project] 52b704: [flang][MLIR][OpenMP] Emit `UpdateDataOp` from `!$...

Kareem Ergawy via All-commits all-commits at lists.llvm.org
Fri Dec 22 11:02:44 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 52b7045fbb70571e09c0ad3be7bd3f0c1acccffa
      https://github.com/llvm/llvm-project/commit/52b7045fbb70571e09c0ad3be7bd3f0c1acccffa
  Author: Kareem Ergawy <kareem.ergawy at amd.com>
  Date:   2023-12-22 (Fri, 22 Dec 2023)

  Changed paths:
    M flang/lib/Lower/OpenMP.cpp
    M flang/test/Lower/OpenMP/FIR/target.f90
    M flang/test/Lower/OpenMP/target.f90

  Log Message:
  -----------
  [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.




More information about the All-commits mailing list