This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix assert on m0_lo16/m0_hi16
ClosedPublic

Authored by arsenm on Jun 14 2021, 10:16 AM.

Details

Summary

These get added (redundantly) to the bundle expanded for indirect
register accesses. We hit this path only when there is a call in the
function.

Diff Detail

Event Timeline

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