[all-commits] [llvm/llvm-project] 49e4fa: [VE] Support host memory access instructions in MC...
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Wed Jun 10 01:02:53 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 49e4faa010e1fde152404c1f393a4e8d72f27792
https://github.com/llvm/llvm-project/commit/49e4faa010e1fde152404c1f393a4e8d72f27792
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2020-06-10 (Wed, 10 Jun 2020)
Changed paths:
M llvm/lib/Target/VE/Disassembler/VEDisassembler.cpp
M llvm/lib/Target/VE/MCTargetDesc/VEInstPrinter.cpp
M llvm/lib/Target/VE/MCTargetDesc/VEInstPrinter.h
M llvm/lib/Target/VE/VEInstrFormats.td
M llvm/lib/Target/VE/VEInstrInfo.cpp
M llvm/lib/Target/VE/VEInstrInfo.td
A llvm/test/MC/VE/LHM.s
A llvm/test/MC/VE/SHM.s
Log Message:
-----------
[VE] Support host memory access instructions in MC layer
Summary:
Add LHM/SHM instructions. Add regression tests for them of asmparser,
mccodeemitter, and disassembler. In order to add those instructions,
add new decode functions to disassembler, and add new print functions
to instprinter.
Differential Revision: https://reviews.llvm.org/D81535
More information about the All-commits
mailing list