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

Patrick O'Neill via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 21 11:29:03 PDT 2023


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

Revised to keep the STI field of RISCVInstrInfo protected and get STI in runOnMachineFunction (Same approach as D155840 <https://reviews.llvm.org/D155840>).
Also removed a stray `else` I had missed on the earlier revision.


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/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.543008.patch
Type: text/x-patch
Size: 400277 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230721/e4c4a09d/attachment-0001.bin>


More information about the llvm-commits mailing list