How to Use it Write the script for testing interestingness Available reduction strategies Operation elimination Rewrite patterns into simpler forms Reduce with built-in optimization passes Build a custom mlir-reduce Future works An MLIR input may trigger bugs after series of transformations. To root cause the problem or help verification after fixes, developers want to be able to reduce the size of a reproducer for a bug. This document describes mlir-reduce, which is similar to bugpoint, a to...