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

Denzel-Brian Budii llvmlistbot at llvm.org
Sun Feb 23 07:10:46 PST 2025


================
@@ -144,6 +156,30 @@ class Parser::CodeTokenizer {
     return result;
   }
 
+  void consumeNumberLiteral(TokenInfo *result) {
----------------
chios202 wrote:

It is called on line 148

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


More information about the Mlir-commits mailing list