[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


================
@@ -21,7 +21,7 @@
 namespace mlir::query::matcher {
 
 // All types that VariantValue can contain.
-enum class ArgKind { Matcher, String };
+enum class ArgKind { Matcher, String, Signed };
----------------
jpienaar wrote:

Lets keep these sorted

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


More information about the Mlir-commits mailing list