[PATCH] D40003: [RISCV] MC layer support for the rest instructions of standard compress instruction set
Ana Pazos via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 20 14:17:06 PST 2017
apazos added inline comments.
================
Comment at: lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp:281
+ bool isSImm10Lsb0000() const {
+ int64_t Imm;
----------------
shouldn't this one go after isSImm13Lsb0()?
Repository:
rL LLVM
https://reviews.llvm.org/D40003
More information about the llvm-commits
mailing list