[llvm] [NVPTX] Make GlobalUniqueCallSite a member of NVPTXISelLowering (PR #130212)
Artem Belevich via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 7 11:54:15 PST 2025
Artem-B wrote:
OK, so it's not exactly a race condition, but rather compilation stability in multi-threaded compilation.
I'd rephrase the patch description along the lines of "make call site enumeration local to individual compilation, which ensures that call site numbers are consistently sequential within each compilation and is independent of other compilations happening in parallel".
https://github.com/llvm/llvm-project/pull/130212
More information about the llvm-commits
mailing list