[PATCH] D105584: [MLIR][OpenMP] Distribute Construct Operation
Valentin Clement via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 4 12:55:40 PDT 2022
clementval added inline comments.
================
Comment at: mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td:449
ParentOneOf<["WsLoopOp", "ReductionDeclareOp",
- "AtomicUpdateOp", "SimdLoopOp"]>]> {
+ "AtomicUpdateOp", "SimdLoopOp","DistributeOp"]>]> {
let summary = "loop yield and termination operation";
----------------
abidmalikwaterloo wrote:
> clementval wrote:
> >
> What's the problem here? It seems fine to me.
syntax doesn't match the existing code. Change is highlighted.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105584/new/
https://reviews.llvm.org/D105584
More information about the cfe-commits
mailing list