[clang] [compiler-rt] [llvm] [clang] builtins for atomicrmw fminmax/_num (PR #187139)
via cfe-commits
cfe-commits at lists.llvm.org
Fri May 22 06:59:27 PDT 2026
gonzalobg wrote:
> I think the versions returning the new value exist because code using the new value can lower to something simpler in some cases on some targets. Not sure how much that matters in practice for an optimizing compiler.
@efriedma-quic do you know which sw needs the new value? (e.g. c++ does not provide these apis so libc++ at least doesn't need them)
https://github.com/llvm/llvm-project/pull/187139
More information about the cfe-commits
mailing list