This is an archive of the discontinued LLVM Phabricator instance.

[openmp][nfc] Subset of D112680
AbandonedPublic

Authored by JonChesterfield on Oct 27 2021, 6:31 PM.

Details

Summary

A refactor to share code in CGGPUBuiltin renders poorly
on phabricator, splitting that part out as this diff to help review.

Diff Detail

Event Timeline

JonChesterfield requested review of this revision.Oct 27 2021, 6:31 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 27 2021, 6:31 PM
JonChesterfield retitled this revision from [openmp][nfc] Subset of D112680, landing would clean up diff to [openmp][nfc] Subset of D112680.Oct 27 2021, 6:32 PM

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.

JonChesterfield abandoned this revision.Nov 8 2021, 5:27 AM