[all-commits] [llvm/llvm-project] 385adc: [VE] Support shift operation instructions in MC layer

Kazushi Marukawa via All-commits all-commits at lists.llvm.org
Mon Jun 8 01:20:05 PDT 2020


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

  Changed paths:
    M llvm/lib/Target/VE/AsmParser/VEAsmParser.cpp
    M llvm/lib/Target/VE/VEInstrInfo.td
    A llvm/test/MC/VE/SLA.s
    A llvm/test/MC/VE/SLD.s
    A llvm/test/MC/VE/SLL.s
    A llvm/test/MC/VE/SRA.s
    A llvm/test/MC/VE/SRD.s
    A llvm/test/MC/VE/SRL.s

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

Summary:
Add regression tests of asmparser, mccodeemitter, and disassembler for
shift operation instructions. Also change asmparser to support UImm7
operand. And, add new SLD/SRD/SLA instructions also.

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




More information about the All-commits mailing list