This is an archive of the discontinued LLVM Phabricator instance.

NVPTX: Cleanup function names for PTX syntax
Needs ReviewPublic

Authored by jascha on Feb 13 2017, 12:57 AM.

Details

Summary

Cleanup local function names as is already done for GVs.
Fixes Bug 24731.

Diff Detail

Event Timeline

jascha created this revision.Feb 13 2017, 12:57 AM

Correction: this only fixes PR24731 for functions with local linkage.

jlebar added a subscriber: jlebar.Feb 13 2017, 8:56 AM

Dupe of D17738, I believe. Would love to get this fixed, but I don't think it's going to be accepted unless it's done "right".