This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix visiting physreg dest users when folding immediate copies
ClosedPublic

Authored by arsenm on Aug 10 2020, 5:40 AM.

Details

Reviewers
rampitec
kerbowa
Summary

This can fold the immediate into the physical destination, but this
should not look for further users of the register. Fixes regression
introduced by 766cb615a3b96025192707f4670cdf171da84034.

Diff Detail

Event Timeline

arsenm created this revision.Aug 10 2020, 5:40 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 10 2020, 5:40 AM
arsenm requested review of this revision.Aug 10 2020, 5:40 AM
rampitec accepted this revision.Aug 10 2020, 10:00 AM
This revision is now accepted and ready to land.Aug 10 2020, 10:00 AM