[all-commits] [llvm/llvm-project] cbdee7: [VE] Add vector merger operation instructions

Kazushi Marukawa via All-commits all-commits at lists.llvm.org
Wed Oct 28 03:57:30 PDT 2020


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

  Changed paths:
    M llvm/lib/Target/VE/AsmParser/VEAsmParser.cpp
    M llvm/lib/Target/VE/VEInstrInfo.td
    M llvm/lib/Target/VE/VEInstrVec.td
    A llvm/test/MC/VE/VCP.s
    A llvm/test/MC/VE/VEX.s
    A llvm/test/MC/VE/VMRG.s
    A llvm/test/MC/VE/VSHF.s

  Log Message:
  -----------
  [VE] Add vector merger operation instructions

Add VMRG/VSHF/VCP/VEX isntructions.  Add regression tests too.
Also add new patterns to parse new UImm4 oeprand.

Reviewed By: simoll

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




More information about the All-commits mailing list