This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix verifier error on killed spill of partially undef register
ClosedPublic

Authored by arsenm on Oct 14 2020, 4:31 PM.

Details

Summary

This does unfortunately end up with extra waitcnts getting inserted
that were avoided before. Ideally we would avoid the spills of these
undef components in the first place.

Diff Detail

Event Timeline

arsenm created this revision.Oct 14 2020, 4:31 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 14 2020, 4:31 PM
arsenm requested review of this revision.Oct 14 2020, 4:31 PM
This revision is now accepted and ready to land.Oct 14 2020, 4:44 PM