[PATCH] D123041: [NVPTX] Avoid dots in global names

Andrew Savonichev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 4 08:35:36 PDT 2022


asavonic created this revision.
asavonic added reviewers: tra, jholewinski.
Herald added a project: All.
asavonic requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D123041

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123041.420187.patch
Type: text/x-patch
Size: 29787 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220404/071e4385/attachment.bin>


More information about the llvm-commits mailing list