Create the framework and testing environment for MLIR Reduce - a tool with the objective to reduce large test cases into smaller ones while preserving their interesting behavior. Implement the functionality to parse command line arguments, parse the MLIR test cases into modules and run the interestingness tests on the modules. Reviewed By: jpienaar Differential Revision: https://reviews.llvm.org/D82803
6 lines
57 B
Bash
Executable File
6 lines
57 B
Bash
Executable File
#!/bin/bash
|
|
|
|
#Replicate bug
|
|
|
|
#Interesting behavior
|
|
exit 1 |