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

Lu Weining via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 28 05:15:21 PST 2022


SixWeining updated this revision to Diff 411795.
SixWeining marked 4 inline comments as done.
SixWeining added a comment.

Address @MaskRay and @xen0n's comments. Thanks!


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.411795.patch
Type: text/x-patch
Size: 69617 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220228/a58c877e/attachment-0001.bin>


More information about the llvm-commits mailing list