[PATCH] D154195: [LoongArch] Add definition for LASX instructions

wanglei via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 30 02:48:52 PDT 2023


wangleiat created this revision.
wangleiat added reviewers: SixWeining, xen0n, xry111, gonglingqin, hev.
Herald added a subscriber: hiraditya.
Herald added a project: All.
wangleiat requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This patch adds the definition of the LASX instructions, providing
support only for assembly and disassembly, similar to D154183 <https://reviews.llvm.org/D154183>.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D154195

Files:
  llvm/lib/Target/LoongArch/Disassembler/LoongArchDisassembler.cpp
  llvm/lib/Target/LoongArch/LoongArchInstrInfo.td
  llvm/lib/Target/LoongArch/LoongArchLASXInstrFormats.td
  llvm/lib/Target/LoongArch/LoongArchLASXInstrInfo.td
  llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCCodeEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154195.536156.patch
Type: text/x-patch
Size: 56201 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230630/33f205fc/attachment.bin>


More information about the llvm-commits mailing list