PTX does not support negative values in .bNN data directives and we must
emit such values in a way that ptxas can parse.
MCAsmInfo can now specify whether the target can emit negative values.
Differential D83423
[MC,NVPTX] Add MCAsmPrinter support for unsigned-only data directives. Authored by tra on Jul 8 2020, 1:36 PM.
Details PTX does not support negative values in .bNN data directives and we must MCAsmInfo can now specify whether the target can emit negative values.
Diff Detail
Event Timeline
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Will uint64_t always be correct here? Shouldn't this depend on SizeInBytes (like the hex printing does)?