[PATCH] D81207: [VE] Support fixed-point operation instructions in MC layer
Kazushi Marukawa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 4 17:41:46 PDT 2020
kaz7 created this revision.
kaz7 added projects: LLVM, VE.
kaz7 added reviewers: simoll, k-ishizaka.
Herald added subscribers: llvm-commits, hiraditya.
Add regression tests of asmparser, mccodeemitter, and disassembler for
fixed-point operation instructions. In order to support them, we add
MImm parser to asmparser. Also add a new MPD instruction which is one
of multiply instructions.
Depends on D81206 <https://reviews.llvm.org/D81206>.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D81207
Files:
llvm/lib/Target/VE/AsmParser/VEAsmParser.cpp
llvm/lib/Target/VE/VEInstrInfo.td
llvm/test/MC/VE/ADD.s
llvm/test/MC/VE/CMP.s
llvm/test/MC/VE/DIV.s
llvm/test/MC/VE/MAXMIN.s
llvm/test/MC/VE/MUL.s
llvm/test/MC/VE/SUB.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81207.268633.patch
Type: text/x-patch
Size: 12933 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200605/8d9b2571/attachment.bin>
More information about the llvm-commits
mailing list