[PATCH] D49661: [RISCV] Add "lla" pseudo-instruction to assembler

Roger Ferrer Ibanez via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 26 23:52:22 PDT 2018


rogfer01 updated this revision to Diff 157647.
rogfer01 marked 3 inline comments as done.
rogfer01 added a comment.

Thanks a lot for the review @asb !

ChangeLog:

- Refactor a bit `ForceImmediate` flag to include `lla` in the second operand
- Extend test to include symbols named like registers
- New negative test for non-bare symbols
- Addressed code consistency issues. Update comment.


https://reviews.llvm.org/D49661

Files:
  lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
  lib/Target/RISCV/RISCVInstrInfo.td
  test/MC/RISCV/lla-invalid.s
  test/MC/RISCV/rvi-pseudos.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49661.157647.patch
Type: text/x-patch
Size: 5904 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180727/35610f9d/attachment.bin>


More information about the llvm-commits mailing list