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

Lu Weining via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 24 18:49:33 PST 2022


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

Address @myhsu comments.


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/LoongArchMCCodeEmitter.cpp
  llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCTargetDesc.cpp
  llvm/test/CodeGen/LoongArch/1ri.mir
  llvm/test/CodeGen/LoongArch/2r.mir
  llvm/test/CodeGen/LoongArch/2ri.mir
  llvm/test/CodeGen/LoongArch/3r.mir
  llvm/test/CodeGen/LoongArch/3ri.mir
  llvm/test/CodeGen/LoongArch/misc.mir
  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.411287.patch
Type: text/x-patch
Size: 131020 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220225/bf47249c/attachment.bin>


More information about the llvm-commits mailing list