This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Account for G_PHI result bank
ClosedPublic

Authored by arsenm on Dec 22 2019, 8:26 AM.

Details

Summary

Sometimes the result bank of the phi is already assigned to something,
and should not be ignored. This is in preparation for additional
boolean phi handling changes.

Also refine the logic to fix some cases that were incorrectly deciding
to use SGPRs.

Diff Detail

Event Timeline

arsenm created this revision.Dec 22 2019, 8:26 AM
This revision is now accepted and ready to land.Dec 29 2019, 12:08 PM