[PATCH] D81219: [VE] Support logical operation instructions in MC layer

Kazushi Marukawa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 4 20:56:21 PDT 2020


kaz7 created this revision.
kaz7 added projects: LLVM, VE.
kaz7 added reviewers: simoll, k-ishizaka.
Herald added subscribers: llvm-commits, hiraditya.

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.

Depends on D81215 <https://reviews.llvm.org/D81215>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D81219

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81219.268653.patch
Type: text/x-patch
Size: 16690 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200605/2011e2a9/attachment.bin>


More information about the llvm-commits mailing list