9#ifndef CIRCT_REDUCE_GENERICREDUCTIONS_H
10#define CIRCT_REDUCE_GENERICREDUCTIONS_H
24 MLIRContext *context, ReducePatternSet &
patterns,
25 std::optional<int64_t> maxNumRewrites = std::nullopt);
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
void populateGenericReducePatterns(MLIRContext *context, ReducePatternSet &patterns, std::optional< int64_t > maxNumRewrites=std::nullopt)
Populate reduction patterns that are not specific to certain operations or dialects.