[all-commits] [llvm/llvm-project] 5e9839: [mlir][openacc] Cleanup acc.parallel from old data...

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Tue May 9 14:58:04 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5e983942d59c4957c48b4a492e4b5e7cff38be44
      https://github.com/llvm/llvm-project/commit/5e983942d59c4957c48b4a492e4b5e7cff38be44
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2023-05-09 (Tue, 09 May 2023)

  Changed paths:
    M flang/lib/Lower/OpenACC.cpp
    M flang/lib/Optimizer/Transforms/OpenACC/OpenACCDataOperandConversion.cpp
    R flang/test/Transforms/OpenACC/convert-data-operands-to-llvmir.fir
    M mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
    M mlir/lib/Conversion/OpenACCToLLVM/OpenACCToLLVM.cpp
    M mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
    R mlir/test/Conversion/OpenACCToLLVM/convert-data-operands-to-llvmir.mlir
    M mlir/test/Dialect/OpenACC/ops.mlir

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

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

Reviewed By: razvanlupusoru

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




More information about the All-commits mailing list