[PATCH] D73178: [RISCV] Implement jump pseudo-instruction

Luís Marques via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 22 05:20:05 PST 2020


luismarques created this revision.
luismarques added reviewers: asb, lenary.
Herald added subscribers: llvm-commits, apazos, sameer.abuasal, pzheng, s.egerton, Jim, benna, psnobl, jocewei, PkmX, rkruppe, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, MaskRay, jrtc27, shiva0217, kito-cheng, niosHD, sabuasal, simoncook, johnrusso, rbar, hiraditya.
Herald added a project: LLVM.

Implements the jump pseudo-instruction, which is used in e.g. the Linux kernel.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D73178

Files:
  llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
  llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp
  llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
  llvm/lib/Target/RISCV/RISCVInstrInfo.td
  llvm/test/MC/RISCV/pseudo-jump-invalid.s
  llvm/test/MC/RISCV/pseudo-jump.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73178.239550.patch
Type: text/x-patch
Size: 8188 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200122/67761a84/attachment-0001.bin>


More information about the llvm-commits mailing list