[PATCH] D149486: [RISCV] Strengthen atomic ordering for sequentially consistent stores
Paul Kirth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 6 14:07:15 PDT 2023
paulkirth updated this revision to Diff 529041.
paulkirth added a subscriber: mysterymath.
paulkirth added a comment.
Switch to using tablegen to create a flag instead of using `cl::opt`
- @mysterymath pointed out that I could do what I wanted similar to save/restore, which seems better.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149486/new/
https://reviews.llvm.org/D149486
Files:
llvm/lib/Target/RISCV/RISCVFeatures.td
llvm/lib/Target/RISCV/RISCVISelLowering.cpp
llvm/test/CodeGen/RISCV/atomic-load-store.ll
llvm/test/CodeGen/RISCV/forced-atomics.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149486.529041.patch
Type: text/x-patch
Size: 89779 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230606/e6e38864/attachment-0001.bin>
More information about the llvm-commits
mailing list