[llvm] [NVPTX] Use .common linkage for common globals (PR #84416)

Artem Belevich via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 15 14:24:38 PDT 2024


Artem-B wrote:

Looks like with this patch we're generating .common even when we're compiling for older PTX version.

The common-linkage.ll test actually fails if you happen to run it with ptxas enabled.



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


More information about the llvm-commits mailing list