[PATCH] D157234: [SPARC][IAS] Add support for the full set of CAS instructions

Koakuma via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 6 07:16:16 PDT 2023


koakuma created this revision.
koakuma added reviewers: brad, barannikov88, jrtc27, arsenm.
Herald added subscribers: fedor.sergeev, hiraditya, jyknight.
Herald added a project: All.
koakuma requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

This completes the support for the CAS instructions.
Besides the base CASA and CASXA forms, on v9 the aliases CAS, CASX, CASL, and CASXL are also available.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D157234

Files:
  llvm/lib/Target/Sparc/AsmParser/SparcAsmParser.cpp
  llvm/lib/Target/Sparc/SparcInstr64Bit.td
  llvm/lib/Target/Sparc/SparcInstrFormats.td
  llvm/lib/Target/Sparc/SparcInstrInfo.td
  llvm/test/MC/Sparc/sparcv9-atomic-instructions.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157234.547582.patch
Type: text/x-patch
Size: 8315 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230806/0f7d6015/attachment.bin>


More information about the llvm-commits mailing list