A refactor to share code in CGGPUBuiltin renders poorly
on phabricator, splitting that part out as this diff to help review.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Change takes the bulk of EmitNVPTXDevicePrintfCallExpr into a helper function, and adjusts it to also return the size of the alloca for use in D112680. NFC.