blob: 48276a13ab5a0ca0a4abe4e5ce09d63d36fc052c [file] [log] [blame] [view]
# IREE Reduce Sample
This sample demonstrates the usage of `iree-reduce`, a test case reducer. To
use this sample, `iree-reduce` and `iree-compile` should have been built
already.
The sample can be ran by:
```
iree-reduce test/interesting.py test/reduce.mlir
```
Getting these samples into the CI is being worked on.