[PATCH] D79489: [mlir][Linalg] NFC - Refactor and simplify Promotion

Nicolas Vasilache via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 6 06:57:45 PDT 2020


nicolasvasilache created this revision.
nicolasvasilache added reviewers: ftynse, poechsel, mravishankar.
Herald added subscribers: llvm-commits, Kayjukh, frgossen, grosul1, Joonsoo, stephenneuendorffer, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, antiagainst, shauheen, jpienaar, rriddle, mehdi_amini.
Herald added a project: LLVM.

This revision introduces LinalgPromotionOptions to more easily control the application of promotion patterns. It also simplifies the different entry points into Promotion in preparation for some behavior change in subsequent revisions.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D79489

Files:
  mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
  mlir/lib/Dialect/Linalg/Transforms/Promotion.cpp
  mlir/test/lib/Transforms/TestLinalgTransforms.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79489.262362.patch
Type: text/x-patch
Size: 22905 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200506/b6addd79/attachment.bin>


More information about the llvm-commits mailing list