[PATCH] D72394: [mlir] Add skeleton implementation of loop.parallel, loop.yield and loop.yield.return operations.

Adrian Kuegel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 8 05:14:01 PST 2020


akuegel created this revision.
akuegel added reviewers: mehdi_amini, herhut, rriddle.
Herald added subscribers: llvm-commits, lucyrfox, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen, burmako, jpienaar.
Herald added a reviewer: nicolasvasilache.
Herald added a project: LLVM.

[mlir] Add skeleton implementation of loop.parallel, loop.yield and loop.yield.return operations.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D72394

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: D72394.236798.patch
Type: text/x-patch
Size: 20346 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200108/8fa62881/attachment.bin>


More information about the llvm-commits mailing list