This is an archive of the discontinued LLVM Phabricator instance.

=AMDGPU: Fix liveness errors when copying AGPR tuples
ClosedPublic

Authored by arsenm on Jul 1 2020, 7:16 PM.

Details

Reviewers
rampitec
Summary

Avoid recursively calling copyPhysReg for AGPR handling. This was
dropping the necessary super register implicit defs to avoid liveness
verifier errors.

Diff Detail

Event Timeline

arsenm created this revision.Jul 1 2020, 7:16 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 1 2020, 7:16 PM
This revision is now accepted and ready to land.Jul 2 2020, 10:42 AM