Files
clang-p2996/llvm/lib/CodeGen/MIRParser/MILexer.cpp
Michael Maitland 2b58458225 [MIRLexer][RISCV] Eat a space after the Machine comment (#115365)
The MIRPrinter emits ` :: ` at the start of a MMO. The MIRLexer eats all
the white space after the operand and before the `::` when there is no
comment. We need to eat the space after the comment to allow MIRLexer to
parse comments on a MMO.
2024-11-11 14:48:31 -05:00

25 KiB