[all-commits] [llvm/llvm-project] 8497df: [mlir][openacc] Add firstprivate representation

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Wed May 17 11:19:04 PDT 2023


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

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

  Log Message:
  -----------
  [mlir][openacc] Add firstprivate representation

Add a representation for firstprivate clause modeled on the
private representation added in D150622.
The firstprivate recipe operation has an additional mandatory
region representing a sequences of operations needed to copy
the initial value to the created private copy.

Depends on D150622

Reviewed By: razvanlupusoru

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




More information about the All-commits mailing list