[PATCH] D75206: [MLIR] Add explicit initial values for loop.parallel op.
Alexander Belyaev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 26 12:08:49 PST 2020
pifon2a created this revision.
Herald added subscribers: llvm-commits, Joonsoo, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen, burmako, jpienaar, rriddle, mehdi_amini.
Herald added a reviewer: nicolasvasilache.
Herald added a project: LLVM.
Add initial value operands to `loop.parallel`. The operands correspond
to the result types and `loop.reduce` ops in the body of the op.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D75206
Files:
mlir/include/mlir/Dialect/LoopOps/LoopOps.td
mlir/lib/Dialect/LoopOps/LoopOps.cpp
mlir/test/Dialect/Loops/invalid.mlir
mlir/test/Dialect/Loops/ops.mlir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75206.246809.patch
Type: text/x-patch
Size: 22619 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200226/ccc79c99/attachment.bin>
More information about the llvm-commits
mailing list