[PATCH] D158956: [RISCV] Initial ISel support for the experimental zacas extension

Yingwei Zheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 27 11:21:11 PDT 2023


dtcxzyw created this revision.
Herald added subscribers: jobnoorman, luke, sunshaoce, VincentWu, vkmr, frasercrmck, luismarques, apazos, sameer.abuasal, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, shiva0217, kito-cheng, niosHD, sabuasal, simoncook, johnrusso, rbar, asb, hiraditya, kristof.beyls, arichardson.
Herald added a project: All.
dtcxzyw requested review of this revision.
Herald added subscribers: llvm-commits, wangpc, eopXD, MaskRay.
Herald added a project: LLVM.

This patch implements the v1.0-rc3 draft extension based on AArch64's version.

It is a working-in-progress patch.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D158956

Files:
  llvm/lib/Target/RISCV/RISCVExpandAtomicPseudoInsts.cpp
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/lib/Target/RISCV/RISCVInstrInfoA.td
  llvm/lib/Target/RISCV/RISCVRegisterInfo.td
  llvm/test/CodeGen/RISCV/atomic-cmpxchg-branch-on-result.ll
  llvm/test/CodeGen/RISCV/atomic-cmpxchg-flag.ll
  llvm/test/CodeGen/RISCV/atomic-cmpxchg.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158956.553801.patch
Type: text/x-patch
Size: 193888 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230827/5887b287/attachment-0001.bin>


More information about the llvm-commits mailing list