[Mlir-commits] [mlir] [MLIR] Add reduction interface with tester to mlir-reduce (PR #166096)

Jacques Pienaar llvmlistbot at llvm.org
Thu Nov 6 09:49:35 PST 2025


================
@@ -46,6 +49,9 @@ class Tester {
   /// Return whether the file in the given path is interesting.
   Interestingness isInteresting(StringRef testCase) const;
 
+  void setTestScript(StringRef script) { testScript = script; }
----------------
jpienaar wrote:

Why is this needed? I'd not have expected this to change post instantiation. Is this just as the variables aren't available when constructing the tester now as class member?

https://github.com/llvm/llvm-project/pull/166096


More information about the Mlir-commits mailing list