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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
