[PATCH] D75232: [MLIR][Loops] Expose transformations on loop.parallel in header (NFC).

Stephan Herhut via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 27 01:50:43 PST 2020


herhut 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.

This change does not add any functionality but merely exposes existing
static functions to make the associated transformations available
outside of their testing passes.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D75232

Files:
  mlir/include/mlir/Dialect/LoopOps/Transforms.h
  mlir/lib/Dialect/LoopOps/Transforms/ParallelLoopFusion.cpp
  mlir/lib/Dialect/LoopOps/Transforms/ParallelLoopTiling.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75232.246895.patch
Type: text/x-patch
Size: 6431 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200227/5e8b91ae/attachment.bin>


More information about the llvm-commits mailing list