[all-commits] [llvm/llvm-project] 8948ea: [VE] Support logical operation instructions in MC ...

Kazushi Marukawa via All-commits all-commits at lists.llvm.org
Fri Jun 5 07:59:40 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8948eab28a47fd0978a300270b61aa21bd4c9fb0
      https://github.com/llvm/llvm-project/commit/8948eab28a47fd0978a300270b61aa21bd4c9fb0
  Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
  Date:   2020-06-05 (Fri, 05 Jun 2020)

  Changed paths:
    M llvm/lib/Target/VE/AsmParser/VEAsmParser.cpp
    M llvm/lib/Target/VE/VEInstrInfo.td
    A llvm/test/MC/VE/AND.s
    A llvm/test/MC/VE/BRV.s
    A llvm/test/MC/VE/BSWP.s
    A llvm/test/MC/VE/CMOV.s
    A llvm/test/MC/VE/EQV.s
    A llvm/test/MC/VE/LDZ.s
    A llvm/test/MC/VE/MRG.s
    A llvm/test/MC/VE/NND.s
    A llvm/test/MC/VE/OR.s
    A llvm/test/MC/VE/PCNT.s
    A llvm/test/MC/VE/XOR.s

  Log Message:
  -----------
  [VE] Support logical operation instructions in MC layer

Summary:
Add regression tests of asmparser, mccodeemitter, and disassembler for
logical operation instructions. Also change asmparser to support CMOV
instruction. And, add new EQV/MRG/NND isntructions also.

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




More information about the All-commits mailing list