[all-commits] [llvm/llvm-project] d22965: Reland "[mlir] Add a postprocessing parameter in P...
Jian Cai via All-commits
all-commits at lists.llvm.org
Tue Aug 15 19:21:52 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d22965f0d623392fdf87e5a09a0276aa70e8dfed
https://github.com/llvm/llvm-project/commit/d22965f0d623392fdf87e5a09a0276aa70e8dfed
Author: Jian Cai <caij2003 at gmail.com>
Date: 2023-08-15 (Tue, 15 Aug 2023)
Changed paths:
M mlir/docs/DeclarativeRewrites.md
M mlir/examples/toy/Ch3/mlir/ToyCombine.td
M mlir/include/mlir/IR/PatternBase.td
M mlir/include/mlir/TableGen/Pattern.h
M mlir/lib/TableGen/Pattern.cpp
M mlir/test/lib/Dialect/Test/TestOps.td
M mlir/tools/mlir-tblgen/RewriterGen.cpp
Log Message:
-----------
Reland "[mlir] Add a postprocessing parameter in Pattern"
This fixed a test failure that caused the rollback of the original
commit. Verified with ninja check-mlir.
More information about the All-commits
mailing list