[PATCH] D41949: [RISCV] [WIP] implement li pseudo instruction
Mario Werner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 18 10:12:25 PST 2018
niosHD updated this revision to Diff 130438.
niosHD marked 8 inline comments as done.
niosHD edited the summary of this revision.
niosHD added a comment.
Addresses all of Alex's comments (thank you) and integrates PseudoLI emission into CodeGen.
More comments are welcome. Especially opinions about the correct location (and name) for the `emitLoadImm` method which is currently simply copied to both users.
https://reviews.llvm.org/D41949
Files:
lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
lib/Target/RISCV/RISCVAsmPrinter.cpp
lib/Target/RISCV/RISCVInstrFormats.td
lib/Target/RISCV/RISCVInstrInfo.cpp
lib/Target/RISCV/RISCVInstrInfo.td
test/MC/RISCV/rv32i-aliases-invalid.s
test/MC/RISCV/rv64i-aliases-invalid.s
test/MC/RISCV/rvi-aliases-valid.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41949.130438.patch
Type: text/x-patch
Size: 14335 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180118/a1787614/attachment.bin>
More information about the llvm-commits
mailing list