This is an archive of the discontinued LLVM Phabricator instance.

[OpenCL] Prefer CodeGenFunction::EmitRuntimeCall
ClosedPublic

Authored by ldrumm on Mar 16 2021, 6:34 AM.

Details

Summary

CodeGenFunction::EmitRuntimeCall automatically sets the right calling │
convention for the callee so we can avoid setting it ourselves

Diff Detail

Event Timeline

ldrumm created this revision.Mar 16 2021, 6:34 AM
ldrumm requested review of this revision.Mar 16 2021, 6:34 AM
Anastasia accepted this revision.Mar 16 2021, 9:10 AM

LGTM! Thanks!

This revision is now accepted and ready to land.Mar 16 2021, 9:10 AM
This revision was landed with ongoing or failed builds.Mar 16 2021, 9:23 AM
This revision was automatically updated to reflect the committed changes.