This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix assertion on fixed stack objects with VGPR->AGPR spills
ClosedPublic

Authored by arsenm on Jan 20 2022, 12:16 PM.

Details

Reviewers
bcahoon
rampitec
cdevadas
Group Reviewers
Restricted Project
Summary

These have negative / out of bounds frame index values and would
assert when trying to set the BitVector. Fixed stack objects can't be
colored away so ignore them.

Diff Detail

Event Timeline

arsenm created this revision.Jan 20 2022, 12:16 PM
arsenm requested review of this revision.Jan 20 2022, 12:16 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 20 2022, 12:16 PM
Herald added a subscriber: wdng. · View Herald Transcript
rampitec accepted this revision as: rampitec.Jan 20 2022, 12:18 PM
This revision is now accepted and ready to land.Jan 20 2022, 12:18 PM