[all-commits] [llvm/llvm-project] 1e4639: [mlir][openacc] Cleanup acc.kernels from old data ...

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Wed May 10 08:38:51 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1e463942f4a3f38998f28c5d1749ece1047a391f
      https://github.com/llvm/llvm-project/commit/1e463942f4a3f38998f28c5d1749ece1047a391f
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2023-05-10 (Wed, 10 May 2023)

  Changed paths:
    M flang/lib/Lower/OpenACC.cpp
    M mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
    M mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
    M mlir/test/Dialect/OpenACC/ops.mlir

  Log Message:
  -----------
  [mlir][openacc] Cleanup acc.kernels from old data clause operands

Remove old clause operands from acc.kernels operation since
the new dataOperands is now in place.
private and firstprivate will receive some redesign but are
not part of the new dataOperands.

Depends on D150224

Reviewed By: vzakhari

Differential Revision: https://reviews.llvm.org/D150225




More information about the All-commits mailing list