[PATCH] D102870: [RFC] CodeGen: Print/parse LLTs in MachineMemOperands
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 29 17:34:07 PDT 2021
arsenm added a comment.
In D102870#2848751 <https://reviews.llvm.org/D102870#2848751>, @aemerson wrote:
> Can't we do a token lookahead or something to determine if we need to parse a uint or an LLT?
This is ready to drop parsing the uint path entirely (although I'll do that as a follow on change)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102870/new/
https://reviews.llvm.org/D102870
More information about the llvm-commits
mailing list