[all-commits] [llvm/llvm-project] 081f1f: [RISCV] Implement jump pseudo-instruction
Luís Marques via All-commits
all-commits at lists.llvm.org
Fri Jan 31 14:25:38 PST 2020
Branch: refs/heads/arcpatch-D73178
Home: https://github.com/llvm/llvm-project
Commit: 081f1f622a402db9d72ebe678cbc2c408354e075
https://github.com/llvm/llvm-project/commit/081f1f622a402db9d72ebe678cbc2c408354e075
Author: Luís Marques <luismarques at lowrisc.org>
Date: 2020-01-31 (Fri, 31 Jan 2020)
Changed paths:
M llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfo.td
A llvm/test/MC/RISCV/pseudo-jump-invalid.s
A llvm/test/MC/RISCV/pseudo-jump.s
Log Message:
-----------
[RISCV] Implement jump pseudo-instruction
Summary:
Implements the jump pseudo-instruction, which is used in e.g. the Linux kernel.
Reviewers: asb, lenary
Reviewed By: lenary
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D73178
More information about the All-commits
mailing list