17 #ifndef MLIR_REDUCER_TESTER_H
18 #define MLIR_REDUCER_TESTER_H
23 #include "llvm/ADT/SmallString.h"
24 #include "llvm/Support/Error.h"
25 #include "llvm/Support/FileSystem.h"
26 #include "llvm/Support/Program.h"
46 std::pair<Interestingness, size_t>
isInteresting(ModuleOp module)
const;
This class is used to keep track of the testing environment of the tool.
Tester(StringRef testScript, ArrayRef< std::string > testScriptArgs)
std::pair< Interestingness, size_t > isInteresting(ModuleOp module) const
Runs the interestingness testing script on a MLIR test case file.
Include the generated interface declarations.