[Mlir-commits] [mlir] [mlir] MLIR-QUERY slice-matchers implementation (PR #115670)

Jacques Pienaar llvmlistbot at llvm.org
Sun Feb 2 19:39:59 PST 2025


================
@@ -33,6 +37,11 @@ class QuerySession {
   llvm::StringMap<matcher::VariantValue> namedValues;
   bool terminate = false;
 
+public:
+  bool omitBlockArguments = false;
----------------
jpienaar wrote:

So these are set per query session?

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


More information about the Mlir-commits mailing list