[NVPTX] Avoid dots in global names
authorAndrew Savonichev <andrew.savonichev@gmail.com>
Thu, 31 Mar 2022 17:03:30 +0000 (20:03 +0300)
committerAndrew Savonichev <andrew.savonichev@gmail.com>
Thu, 14 Apr 2022 14:07:52 +0000 (17:07 +0300)
commit32949401a86aea1cfc0a04bef566c2af30c82e39
tree5e434e6685fd9019f06c0271b9b56385be193996
parent4cef5c397d5fae8256318e8c74a2653f5c54eeb7
[NVPTX] Avoid dots in global names

It seems that ptxas cannot parse them:
ptxas fatal: Parsing error near '.2': syntax error

Differential Revision: https://reviews.llvm.org/D123041
llvm/test/CodeGen/NVPTX/b52037.ll
llvm/test/CodeGen/NVPTX/barrier.ll
llvm/test/CodeGen/NVPTX/ld-st-addrrspace.py
llvm/test/CodeGen/NVPTX/match.ll
llvm/test/CodeGen/NVPTX/shfl-p.ll
llvm/test/CodeGen/NVPTX/shfl-sync-p.ll
llvm/test/CodeGen/NVPTX/shfl-sync.ll
llvm/test/CodeGen/NVPTX/shfl.ll
llvm/test/CodeGen/NVPTX/vote.ll