[all-commits] [llvm/llvm-project] 7a09ae: [VE] Add LSV/LVS/LVM/SVM instructions

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


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 7a09aec8040a805fb3ba9e3858ab9948a248be63
      https://github.com/llvm/llvm-project/commit/7a09aec8040a805fb3ba9e3858ab9948a248be63
  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/VEInstrVec.td
    A llvm/test/MC/VE/LSV.s
    A llvm/test/MC/VE/LVM.s
    A llvm/test/MC/VE/LVS.s
    A llvm/test/MC/VE/SVM.s

  Log Message:
  -----------
  [VE] Add LSV/LVS/LVM/SVM instructions

Add LSV/LVS/LVM/SVM vector instructions and regression tests.
Also update AsmParser to support new format of operands.

Reviewed By: simoll

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




More information about the All-commits mailing list