Implements the jump pseudo-instruction, which is used in e.g. the Linux kernel.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D73178
[RISCV] Implement jump pseudo-instruction ClosedPublic Authored by luismarques on Jan 22 2020, 5:18 AM.
Details Summary Implements the jump pseudo-instruction, which is used in e.g. the Linux kernel.
Diff Detail
Event TimelineHerald added subscribers: llvm-commits, apazos, sameer.abuasal and 24 others. · View Herald Transcript This revision is now accepted and ready to land.Jan 29 2020, 5:27 AM Closed by commit rG24cba3312f6c: [RISCV] Implement jump pseudo-instruction (authored by luismarques). · Explain WhyJan 31 2020, 2:35 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 241817 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
|