[PATCH] D73348: Add lowering for loop.parallel to cfg.

Stephan Herhut via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 24 06:22:44 PST 2020


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

This also removes the explicit pattern for loop.terminator to ensure
that the terminator is only erased if the parent op is rewritten.

Reductions are not yet supported.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D73348

Files:
  mlir/include/mlir/Dialect/LoopOps/LoopOps.td
  mlir/lib/Conversion/LoopToStandard/ConvertLoopToStandard.cpp
  mlir/test/Conversion/convert-to-cfg.mlir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73348.240176.patch
Type: text/x-patch
Size: 6472 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200124/1098274e/attachment.bin>


More information about the llvm-commits mailing list