[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 12:19:08 PDT 2024


peilin-ye wrote:

Pushed v8 to make it generate plain (`BPF_MEM`) loads and stores if user requested `__ATOMIC_RELAXED`, as suggested by Yonghong.  Updated commit message accordingly.

https://github.com/llvm/llvm-project/pull/108636


More information about the cfe-commits mailing list