[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
================
@@ -144,6 +156,30 @@ class Parser::CodeTokenizer {
return result;
}
+ void consumeNumberLiteral(TokenInfo *result) {
----------------
jpienaar wrote:
I was missing which query kinds were using it, so m_GetDefinitions is one of them.
https://github.com/llvm/llvm-project/pull/115670
More information about the Mlir-commits
mailing list