[PATCH] D77840: [mlir][drr] Allow specifying string in location

Jacques Pienaar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 9 17:26:16 PDT 2020


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

The string in the location is used to provide metadata for the fused location
or create a NamedLoc. This allows tagging individual locations to convey
additional rewrite information.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D77840

Files:
  mlir/docs/DeclarativeRewrites.md
  mlir/include/mlir/TableGen/Pattern.h
  mlir/lib/TableGen/Pattern.cpp
  mlir/test/lib/Dialect/Test/TestOps.td
  mlir/test/mlir-tblgen/pattern.mlir
  mlir/tools/mlir-tblgen/RewriterGen.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77840.256450.patch
Type: text/x-patch
Size: 7092 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200410/eac2b3d9/attachment-0001.bin>


More information about the llvm-commits mailing list