[PATCH] D120476: [LoongArch] Add basic support to AsmParser

Lu Weining via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 25 01:47:45 PST 2022


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

Split the `EncoderMethod` changes to D120545 <https://reviews.llvm.org/D120545>.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120476

Files:
  llvm/lib/Target/LoongArch/AsmParser/CMakeLists.txt
  llvm/lib/Target/LoongArch/AsmParser/LoongArchAsmParser.cpp
  llvm/lib/Target/LoongArch/CMakeLists.txt
  llvm/lib/Target/LoongArch/LoongArchInstrInfo.td
  llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCAsmInfo.cpp
  llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCTargetDesc.cpp
  llvm/test/MC/LoongArch/Directives/cfi-invalid.s
  llvm/test/MC/LoongArch/Directives/cfi-valid.s
  llvm/test/MC/LoongArch/Directives/data-invalid.s
  llvm/test/MC/LoongArch/Directives/data-valid.s
  llvm/test/MC/LoongArch/ISA/Basic/Integer/arith.s
  llvm/test/MC/LoongArch/ISA/Basic/Integer/atomic.s
  llvm/test/MC/LoongArch/ISA/Basic/Integer/barrier.s
  llvm/test/MC/LoongArch/ISA/Basic/Integer/bit-manipu.s
  llvm/test/MC/LoongArch/ISA/Basic/Integer/bit-shift.s
  llvm/test/MC/LoongArch/ISA/Basic/Integer/bound-check.s
  llvm/test/MC/LoongArch/ISA/Basic/Integer/branch.s
  llvm/test/MC/LoongArch/ISA/Basic/Integer/crc.s
  llvm/test/MC/LoongArch/ISA/Basic/Integer/invalid.s
  llvm/test/MC/LoongArch/ISA/Basic/Integer/invalid64.s
  llvm/test/MC/LoongArch/ISA/Basic/Integer/memory.s
  llvm/test/MC/LoongArch/ISA/Basic/Integer/misc.s
  llvm/test/MC/LoongArch/ISA/Basic/Integer/pseudos.s
  llvm/test/MC/LoongArch/lit.local.cfg

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120476.411351.patch
Type: text/x-patch
Size: 67936 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220225/70b9f0e0/attachment.bin>


More information about the llvm-commits mailing list