[Mlir-commits] [mlir] [mlir] MLIR-QUERY slice-matchers implementation (PR #115670)
Jacques Pienaar
llvmlistbot at llvm.org
Wed Feb 26 21:30:57 PST 2025
================
@@ -85,12 +92,27 @@ void VariantValue::reset() {
delete value.Matcher;
break;
// Cases that do nothing.
+ case ValueType::Signed:
case ValueType::Nothing:
break;
}
type = ValueType::Nothing;
}
+// Unsinged
----------------
jpienaar wrote:
Signed
https://github.com/llvm/llvm-project/pull/115670
More information about the Mlir-commits
mailing list