[all-commits] [llvm/llvm-project] f9fbaa: [mlir][OpenMP][NFC] Remove unused binary operator ...
Shraiysh via All-commits
all-commits at lists.llvm.org
Thu Feb 24 05:37:04 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f9fbaabe0fe529fe906480d99232865f6d9aa145
https://github.com/llvm/llvm-project/commit/f9fbaabe0fe529fe906480d99232865f6d9aa145
Author: Shraiysh Vaishay <Shraiysh.Vaishay at amd.com>
Date: 2022-02-24 (Thu, 24 Feb 2022)
Changed paths:
M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
Log Message:
-----------
[mlir][OpenMP][NFC] Remove unused binary operator enum
This patch removes binary operator enum which was introduced with `omp.atomic.update`. Now the update operation handles update in a region so this is no longer required.
Reviewed By: kiranchandramohan
Differential Revision: https://reviews.llvm.org/D120458
More information about the All-commits
mailing list