This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Pass function directly instead of MachineFunction
ClosedPublic

Authored by arsenm on May 25 2018, 12:35 AM.

Details

Reviewers
rampitec
kzhuravl
Summary

These functions just query the underlying IR function, so pass it directly.

Diff Detail

Event Timeline

arsenm created this revision.May 25 2018, 12:35 AM
This revision is now accepted and ready to land.May 25 2018, 6:13 AM
arsenm closed this revision.May 29 2018, 10:47 AM

r333442