[llvm] [Transforms] Introduce BuildBuiltins.h atomic helpers (PR #134455)

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 30 08:55:30 PDT 2025


Meinersbur wrote:

@jyknight Here the proof that emitting sized libcall atomics early is better than letting AtomicExpandPass do it: https://godbolt.org/z/bGW37TMYh. In this case it skips tail call elimination.

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


More information about the llvm-commits mailing list