This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Add assertion to determineCalleeSaves
ClosedPublic

Authored by arsenm on Jan 21 2021, 10:24 AM.

Details

Summary

Make sure this isn't getting called multiple times. I was surprised we
were modifying the function here, which I think is a bit questionable.

Diff Detail

Event Timeline

arsenm created this revision.Jan 21 2021, 10:24 AM
arsenm requested review of this revision.Jan 21 2021, 10:24 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 21 2021, 10:24 AM
Herald added a subscriber: wdng. · View Herald Transcript
rampitec accepted this revision.Jan 21 2021, 12:16 PM
This revision is now accepted and ready to land.Jan 21 2021, 12:16 PM