This is an archive of the discontinued LLVM Phabricator instance.

[FastISel] Correctly report prototype on miss
ClosedPublic

Authored by aengelke on Apr 6 2023, 8:34 AM.

Details

Summary

The type of a function is nowadays just an opaque pointer, which is not
helpful when analyzing FastISel misses. Instead print the actual
function type of the function.

Diff Detail

Event Timeline

aengelke created this revision.Apr 6 2023, 8:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 6 2023, 8:34 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
aengelke requested review of this revision.Apr 6 2023, 8:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 6 2023, 8:34 AM
This revision is now accepted and ready to land.Apr 6 2023, 10:33 AM
This revision was automatically updated to reflect the committed changes.