[PATCH] D155517: [RISC-V] Add proposed mapping for Ztso

Patrick O'Neill via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 19 18:28:03 PDT 2023


patrick-rivos updated this revision to Diff 542269.
patrick-rivos added a comment.

Revised to address @asb review comments.

I had to unprotect the subtarget attribute in order to pass it to the helper functions. If there's a better way to pass the subtarget please let me know!


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

https://reviews.llvm.org/D155517

Files:
  llvm/lib/Target/RISCV/RISCVExpandAtomicPseudoInsts.cpp
  llvm/lib/Target/RISCV/RISCVFeatures.td
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/lib/Target/RISCV/RISCVInstrInfo.h
  llvm/lib/Target/RISCV/RISCVInstrInfoA.td
  llvm/test/CodeGen/RISCV/atomic-cmpxchg.ll
  llvm/test/CodeGen/RISCV/atomic-load-store.ll
  llvm/test/CodeGen/RISCV/atomic-rmw.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155517.542269.patch
Type: text/x-patch
Size: 398219 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230720/ac687d4c/attachment-0001.bin>


More information about the llvm-commits mailing list