Add VMRG/VSHF/VCP/VEX isntructions. Add regression tests too.
Also add new patterns to parse new UImm4 oeprand.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D90292
[VE] Add vector merger operation instructions ClosedPublic Authored by kaz7 on Oct 28 2020, 3:07 AM.
Details Summary Add VMRG/VSHF/VCP/VEX isntructions. Add regression tests too.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 28 2020, 3:56 AM This revision was landed with ongoing or failed builds.Oct 28 2020, 3:57 AM Closed by commit rGcbdee7df06b4: [VE] Add vector merger operation instructions (authored by kaz7). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 301224 llvm/lib/Target/VE/AsmParser/VEAsmParser.cpp
llvm/lib/Target/VE/VEInstrInfo.td
llvm/lib/Target/VE/VEInstrVec.td
llvm/test/MC/VE/VCP.s
llvm/test/MC/VE/VEX.s
llvm/test/MC/VE/VMRG.s
llvm/test/MC/VE/VSHF.s
|