[all-commits] [llvm/llvm-project] 2d8f79: Revert "[mlir] Add a postprocessing parameter in P...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Tue Aug 15 15:51:38 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2d8f793b32bc1c7cff54a7a5f372e4c785a0b8dc
https://github.com/llvm/llvm-project/commit/2d8f793b32bc1c7cff54a7a5f372e4c785a0b8dc
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-08-15 (Tue, 15 Aug 2023)
Changed paths:
M mlir/docs/DeclarativeRewrites.md
M mlir/include/mlir/IR/PatternBase.td
M mlir/include/mlir/TableGen/Pattern.h
M mlir/lib/TableGen/Pattern.cpp
M mlir/tools/mlir-tblgen/RewriterGen.cpp
Log Message:
-----------
Revert "[mlir] Add a postprocessing parameter in Pattern"
This reverts commit 02596693fac55f550e85620f5184547c80c8f930.
This reverts commit 3c5b4dabdc06dd380391ac965b16961610c0db77.
The build is broken:
mlir/test/lib/Dialect/Test/TestOps.td:988:7: error: Value specified for template argument 'Pat:supplemental_results' is of type dag; expected type list<dag>: (addBenefit 10)
def : Pat<(OpD $input), (OpF $input), [], (addBenefit 10)>;
^
More information about the All-commits
mailing list