[Mlir-commits] [mlir] [mlir] Improve mlir-query tool by implementing `getBackwardSlice` and `getForwardSlice` matchers (PR #115670)
Denzel-Brian Budii
llvmlistbot at llvm.org
Tue Apr 22 01:03:44 PDT 2025
================
@@ -135,6 +135,18 @@ class Parser::CodeTokenizer {
case '\'':
consumeStringLiteral(&result);
break;
+ case '0':
----------------
chios202 wrote:
>From what I recall, yes. It would have parsed an identifier, resulting in a `TokenKind::InvalidChar`
https://github.com/llvm/llvm-project/pull/115670
More information about the Mlir-commits
mailing list