[all-commits] [llvm/llvm-project] f2fd42: [VE] Add VBRD/VMV instructions

Kazushi Marukawa via All-commits all-commits at lists.llvm.org
Mon Oct 19 02:34:16 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f2fd42098cfbafad882e201bd2de5592183ceec6
      https://github.com/llvm/llvm-project/commit/f2fd42098cfbafad882e201bd2de5592183ceec6
  Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
  Date:   2020-10-19 (Mon, 19 Oct 2020)

  Changed paths:
    M llvm/lib/Target/VE/AsmParser/VEAsmParser.cpp
    M llvm/lib/Target/VE/VEInstrFormats.td
    M llvm/lib/Target/VE/VEInstrVec.td
    A llvm/test/MC/VE/VBRD.s
    A llvm/test/MC/VE/VMV.s

  Log Message:
  -----------
  [VE] Add VBRD/VMV instructions

Add VBRD/VMV vector instructions.  In order to do that, also support
VM512 registers and RV instruction format in MC layer.  Also add
regression tests for new instructions.

Reviewed By: simoll

Differential Revision: https://reviews.llvm.org/D89641




More information about the All-commits mailing list