[all-commits] [llvm/llvm-project] 2bf423: [mlir] RewriterGen NativeCodeCall matcher with Con...
rsuderman via All-commits
all-commits at lists.llvm.org
Thu Oct 15 16:34:21 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2bf423b0218c9583e3a372950a34facbf93e63d3
https://github.com/llvm/llvm-project/commit/2bf423b0218c9583e3a372950a34facbf93e63d3
Author: Rob Suderman <rob.suderman at gmail.com>
Date: 2020-10-15 (Thu, 15 Oct 2020)
Changed paths:
M mlir/include/mlir/IR/OpBase.td
M mlir/include/mlir/TableGen/Pattern.h
M mlir/lib/TableGen/Pattern.cpp
M mlir/test/lib/Dialect/Test/TestDialect.cpp
M mlir/test/lib/Dialect/Test/TestOps.td
M mlir/test/lib/Dialect/Test/TestPatterns.cpp
M mlir/test/mlir-tblgen/pattern.mlir
A mlir/test/mlir-tblgen/rewriter-errors.td
M mlir/tools/mlir-tblgen/RewriterGen.cpp
Log Message:
-----------
[mlir] RewriterGen NativeCodeCall matcher with ConstantOp matcher
Added an underlying matcher for generic constant ops. This
included a rewriter of RewriterGen to make variable use more
clear.
Differential Revision: https://reviews.llvm.org/D89161
More information about the All-commits
mailing list