[PATCH] D120477: [LoongArch] Add basic support to Disassembler

Lu Weining via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 9 17:10:34 PST 2022


SixWeining updated this revision to Diff 414246.
SixWeining added a comment.

Remove the dependency with D120476 <https://reviews.llvm.org/D120476> and rebase.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120477/new/

https://reviews.llvm.org/D120477

Files:
  llvm/lib/Target/LoongArch/CMakeLists.txt
  llvm/lib/Target/LoongArch/Disassembler/CMakeLists.txt
  llvm/lib/Target/LoongArch/Disassembler/LoongArchDisassembler.cpp
  llvm/lib/Target/LoongArch/LoongArchInstrInfo.td
  llvm/test/MC/LoongArch/Basic/Integer/arith.s
  llvm/test/MC/LoongArch/Basic/Integer/atomic.s
  llvm/test/MC/LoongArch/Basic/Integer/barrier.s
  llvm/test/MC/LoongArch/Basic/Integer/bit-manipu.s
  llvm/test/MC/LoongArch/Basic/Integer/bit-shift.s
  llvm/test/MC/LoongArch/Basic/Integer/bound-check.s
  llvm/test/MC/LoongArch/Basic/Integer/branch.s
  llvm/test/MC/LoongArch/Basic/Integer/crc.s
  llvm/test/MC/LoongArch/Basic/Integer/invalid-dis.s
  llvm/test/MC/LoongArch/Basic/Integer/memory.s
  llvm/test/MC/LoongArch/Basic/Integer/misc.s
  llvm/test/MC/LoongArch/Basic/Integer/pseudos.s
  llvm/test/MC/LoongArch/Misc/aligned-nops.s
  llvm/test/MC/LoongArch/Misc/unaligned-nops.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120477.414246.patch
Type: text/x-patch
Size: 52090 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220310/a6c40867/attachment.bin>


More information about the llvm-commits mailing list