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

Jacques Pienaar llvmlistbot at llvm.org
Mon Apr 21 08:28:05 PDT 2025


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

Yes, coming back with fresh eyes. These affect only one matcher (e.g., inclusive in isolation is difficult to interpret, while specific to backwards analysis its clear). Could these be made args of the matcher?

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


More information about the Mlir-commits mailing list