This is an archive of the discontinued LLVM Phabricator instance.

[Polly] Simplify the implementation of getCUDALibDeviceFunction. NFC.
ClosedPublic

Authored by philip.pfaffe on Jun 12 2018, 3:19 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

philip.pfaffe created this revision.Jun 12 2018, 3:19 AM
Meinersbur accepted this revision.Jun 12 2018, 8:32 AM

Why was there a lambda in the first place?

lib/CodeGen/PPCGCodeGeneration.cpp
1413 ↗(On Diff #150918)

[style] I'd prefer to avoid this kind of recursion.

This revision is now accepted and ready to land.Jun 12 2018, 8:32 AM
This revision was automatically updated to reflect the committed changes.