Files
clang-p2996/mlir/lib/TableGen/Pattern.cpp
Mehdi Amini 2d8f793b32 Revert "[mlir] Add a postprocessing parameter in Pattern"
This reverts commit 02596693fa.
This reverts commit 3c5b4dabdc.

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)>;
      ^
2023-08-15 15:50:29 -07:00

29 KiB