[all-commits] [llvm/llvm-project] 237a91: [MLIR][OpenMP] Remove the ReductionClauseInterface...
Sergio Afonso via All-commits
all-commits at lists.llvm.org
Thu Mar 13 07:50:45 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 237a9108190dbdd172175f914b28757345dbed76
https://github.com/llvm/llvm-project/commit/237a9108190dbdd172175f914b28757345dbed76
Author: Sergio Afonso <safonsof at amd.com>
Date: 2025-03-13 (Thu, 13 Mar 2025)
Changed paths:
M mlir/include/mlir/Dialect/OpenMP/OpenMPClauses.td
M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
M mlir/include/mlir/Dialect/OpenMP/OpenMPOpsInterfaces.td
M mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
Log Message:
-----------
[MLIR][OpenMP] Remove the ReductionClauseInterface, NFC (#130978)
This patch removes the `ReductionClauseInterface` and all definitions of
its associated `getAllReductionVars` method.
The method mandated by this interface is not used anywhere and the
conflicts its definition produces when multiple reduction clauses are
present in an operation result in a more convoluted operation
definition, so it seems better to remove it and only add something like
this if there's a clear advantage to it.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list