[PATCH] D81535: [VE] Support host memory access instructions in MC layer
Kazushi Marukawa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 10 00:30:31 PDT 2020
kaz7 created this revision.
kaz7 added reviewers: simoll, k-ishizaka.
kaz7 added projects: LLVM, VE.
Herald added subscribers: llvm-commits, hiraditya.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D81535
Files:
llvm/lib/Target/VE/Disassembler/VEDisassembler.cpp
llvm/lib/Target/VE/MCTargetDesc/VEInstPrinter.cpp
llvm/lib/Target/VE/MCTargetDesc/VEInstPrinter.h
llvm/lib/Target/VE/VEInstrFormats.td
llvm/lib/Target/VE/VEInstrInfo.cpp
llvm/lib/Target/VE/VEInstrInfo.td
llvm/test/MC/VE/LHM.s
llvm/test/MC/VE/SHM.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81535.269744.patch
Type: text/x-patch
Size: 12393 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200610/e2d2cb06/attachment-0001.bin>
More information about the llvm-commits
mailing list