[all-commits] [llvm/llvm-project] e9eafb: [VE] Support Transfer Control Instructions in MC l...
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Tue Jun 9 01:42:18 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e9eafb7be9da270d82cb0e784306a30074ab447d
https://github.com/llvm/llvm-project/commit/e9eafb7be9da270d82cb0e784306a30074ab447d
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2020-06-09 (Tue, 09 Jun 2020)
Changed paths:
M llvm/lib/Target/VE/AsmParser/VEAsmParser.cpp
M llvm/lib/Target/VE/VEInstrFormats.td
M llvm/lib/Target/VE/VEInstrInfo.td
A llvm/test/MC/VE/FENCE.s
A llvm/test/MC/VE/SVOB.s
Log Message:
-----------
[VE] Support Transfer Control Instructions in MC layer
Summary:
Add regression tests of asmparser, mccodeemitter, and disassembler for
transfer control instructions. Add FENCEI/FENCEM/FENCEC/SVOB instructions
also. Add new instruction format to represent FENCE* instructions too.
Differential Revision: https://reviews.llvm.org/D81440
More information about the All-commits
mailing list