forked from OSchip/llvm-project
c484c7dd9d
* A Reducer is a kind of RewritePattern, so it's just the same as writing graph rewrite. * ReductionTreePass operates on Operation rather than ModuleOp, so that * we are able to reduce a nested structure(e.g., module in module) by * self-nesting. Reviewed By: jpienaar, rriddle Differential Revision: https://reviews.llvm.org/D101046 |
||
---|---|---|
.. | ||
crashop-reduction.mlir | ||
dce-test.mlir | ||
failure-test.sh | ||
multiple-function.mlir | ||
simple-test.mlir | ||
single-function.mlir | ||
test.sh |