[PATCH] D46118: [RISCV] AsmParser support for the li pseudo instruction
Sameer AbuAsal via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 29 15:17:59 PDT 2018
sabuasal added inline comments.
================
Comment at: lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp:1188
+
+ switch (Inst.getOpcode()) {
+ case RISCV::PseudoLI: {
----------------
Nit: why is this a switch, are you expecting to be handling more Pseudo instructions?
https://reviews.llvm.org/D46118
More information about the llvm-commits
mailing list