17#ifndef MLIR_REDUCER_TESTER_H
18#define MLIR_REDUCER_TESTER_H
21#include "llvm/ADT/SmallString.h"
22#include "llvm/Support/Error.h"
23#include "llvm/Support/FileSystem.h"
24#include "llvm/Support/Program.h"
Operation is the basic unit of execution within MLIR.
void setTestScriptArgs(ArrayRef< std::string > args)
std::pair< Interestingness, size_t > isInteresting(Operation *topOp) const
Runs the interestingness testing script on a MLIR test case file.
void setTestScript(StringRef script)
Tester(const Tester &)=default
Include the generated interface declarations.