[all-commits] [llvm/llvm-project] 0b1cd0: [mlir][openacc][NFC] Rename ReductionOp to Reducti...

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


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

  Changed paths:
    M mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td

  Log Message:
  -----------
  [mlir][openacc][NFC] Rename ReductionOp to ReductionOperator

As we are moving on with new design for the private clause representation,
the reduction clause will aslo get remodeled. In order to new clash with
a new dedicated reduction operation, this patch rename the current
ReductionOp to ReductionOperator. It might just become obsolete once the new
design is in place.

Reviewed By: razvanlupusoru

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




More information about the All-commits mailing list