[all-commits] [llvm/llvm-project] d6b32e: [mlir][drr] Allow specifying string in location
Jacques Pienaar via All-commits
all-commits at lists.llvm.org
Fri Apr 10 12:44:13 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d6b32e39ae27e029f9e73a4d8b61755e369e428e
https://github.com/llvm/llvm-project/commit/d6b32e39ae27e029f9e73a4d8b61755e369e428e
Author: Jacques Pienaar <jpienaar at google.com>
Date: 2020-04-10 (Fri, 10 Apr 2020)
Changed paths:
M mlir/docs/DeclarativeRewrites.md
M mlir/include/mlir/TableGen/Pattern.h
M mlir/lib/TableGen/Pattern.cpp
M mlir/test/lib/Dialect/Test/TestOps.td
M mlir/test/mlir-tblgen/pattern.mlir
M mlir/tools/mlir-tblgen/RewriterGen.cpp
Log Message:
-----------
[mlir][drr] Allow specifying string in location
Summary:
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.
Differential Revision: https://reviews.llvm.org/D77840
More information about the All-commits
mailing list