[PATCH] D74288: [MLIR][Affine] Add affine.parallel op
Frank Laub via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 8 12:51:38 PST 2020
flaub created this revision.
flaub added reviewers: bondhugula, herhut, mehdi_amini, nicolasvasilache, rriddle.
Herald added subscribers: llvm-commits, Joonsoo, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, antiagainst, shauheen, burmako, jpienaar.
Herald added a project: LLVM.
As discussed in https://llvm.discourse.group/t/rfc-add-affine-parallel/350, this is the first in a series of patches to bring in support for the `affine.parallel` operation.
This first patch adds the IR representation along with custom printer/parser implementations.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D74288
Files:
mlir/include/mlir/Dialect/AffineOps/AffineOps.td
mlir/lib/Dialect/AffineOps/AffineOps.cpp
mlir/test/AffineOps/invalid.mlir
mlir/test/AffineOps/ops.mlir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74288.243404.patch
Type: text/x-patch
Size: 15418 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200208/db4bd3b1/attachment-0001.bin>
More information about the llvm-commits
mailing list