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.
Paths
| Differential D81219
[VE] Support logical operation instructions in MC layer ClosedPublic Authored by kaz7 on Jun 4 2020, 8:36 PM.
Details Summary Add regression tests of asmparser, mccodeemitter, and disassembler for Depends on D81215.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 5 2020, 7:44 AM Closed by commit rG8948eab28a47: [VE] Support logical operation instructions in MC layer (authored by kaz7, committed by simoll). · Explain WhyJun 5 2020, 8:19 AM This revision was automatically updated to reflect the committed changes.
Diff 268806 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
|
Redundant ?: