This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU][NFC]: Remove unnecessary MFI functions
ClosedPublic

Authored by cfang on Mar 28 2022, 10:50 AM.

Details

Summary

hasHostcallPtr() and hasHeapPtr() are only used in metadata emit. However, we can use the corresponding function attributes directly instead introducing the functions.

Diff Detail

Event Timeline

cfang created this revision.Mar 28 2022, 10:50 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 28 2022, 10:50 AM
cfang requested review of this revision.Mar 28 2022, 10:50 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 28 2022, 10:50 AM
Herald added a subscriber: wdng. · View Herald Transcript
arsenm accepted this revision.Mar 28 2022, 10:55 AM
This revision is now accepted and ready to land.Mar 28 2022, 10:55 AM
This revision was landed with ongoing or failed builds.Mar 28 2022, 12:14 PM
This revision was automatically updated to reflect the committed changes.