[PATCH] D57319: [RISCV] Fix failure to parse parenthesized immediates
Alex Bradbury via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 18 04:04:41 PDT 2019
asb accepted this revision.
asb added a comment.
This looks good to me, thanks!
================
Comment at: lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp:1002
// If this a parenthesised register name is allowed, parse it atomically
if (AllowParens && getLexer().is(AsmToken::LParen)) {
----------------
This (pre-existing) sentence is garbled and you might want to fix it as part of this patch.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57319/new/
https://reviews.llvm.org/D57319
More information about the llvm-commits
mailing list