This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 706668176ff [WebAssembly] MC: Fix typo in comment new 69b60eb28a3 [RISCV] Implement MC layer support for the tail pseudoinstruction
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp | 3 +- .../RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp | 5 ++- lib/Target/RISCV/RISCVInstrInfo.td | 9 +++++ test/MC/RISCV/tail-call-invalid.s | 12 ++++++ test/MC/RISCV/tail-call.s | 47 ++++++++++++++++++++++ 5 files changed, 73 insertions(+), 3 deletions(-) create mode 100644 test/MC/RISCV/tail-call-invalid.s create mode 100644 test/MC/RISCV/tail-call.s