This is an archive of the discontinued LLVM Phabricator instance.

IR: Make getRetAlign check callee function attributes
ClosedPublic

Authored by arsenm on Jan 6 2022, 7:47 AM.

Details

Summary

The attribute queries semi-consistently check the attribute set, and
then fallback to checking the callee's attributes.

Diff Detail

Event Timeline

arsenm created this revision.Jan 6 2022, 7:47 AM
arsenm requested review of this revision.Jan 6 2022, 7:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 6 2022, 7:47 AM
Herald added a subscriber: wdng. · View Herald Transcript
jdoerfert accepted this revision.Jan 7 2022, 8:06 AM

Still inconsistent after but I guess somewhat better.

This revision is now accepted and ready to land.Jan 7 2022, 8:06 AM