[clang] [llvm] [BPF] Add load-acquire and store-release instructions under -mcpu=v4 (PR #108636)
Peilin Ye via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 31 15:12:13 PDT 2024
peilin-ye wrote:
Pushed v9:
- Rewrote `acquire-release.ll` to make it also test `__ATOMIC_RELAXED` (renamed to `atomic-load-store.ll`, just like e.g. `llvm/test/CodeGen/X86/atomic-load-store.ll`)
- Style change as suggested by Matt
https://github.com/llvm/llvm-project/pull/108636
More information about the cfe-commits
mailing list