[PATCH] D81440: [VE] Support Transfer Control Instructions in MC layer

Kazushi Marukawa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 8 17:12:49 PDT 2020


kaz7 created this revision.
kaz7 added reviewers: simoll, k-ishizaka.
kaz7 added projects: LLVM, VE.
Herald added subscribers: llvm-commits, jfb, hiraditya.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D81440

Files:
  llvm/lib/Target/VE/AsmParser/VEAsmParser.cpp
  llvm/lib/Target/VE/VEInstrFormats.td
  llvm/lib/Target/VE/VEInstrInfo.td
  llvm/test/MC/VE/FENCE.s
  llvm/test/MC/VE/SVOB.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81440.269382.patch
Type: text/x-patch
Size: 5683 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200609/e4dae00c/attachment.bin>


More information about the llvm-commits mailing list