Files
llvm/mlir/lib/Reducer
AidinT 329dec9efa [MLIR] Add reduction interface with tester to mlir-reduce (#166096)
Currently, we don't have support for patterns that need access to a
`Tester` instance in `mlir-reduce`. This PR adds
`DialectReductionPatternWithTesterInterface` to the set of supported
interfaces. Dialects can implement this interface to inject the tester
into their pattern classes.
2025-11-13 05:28:49 +02:00
..