This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Remove old hacks for boolean selection
ClosedPublic

Authored by arsenm on Jul 27 2020, 5:26 AM.

Details

Summary

There were various hacks used to try to avoid making s1 SGPR vs. s1
VCC ambiguous after constraining the register before we had a strategy
to deal with this. This also attempted to handle undef operands, which
are now illegal gMIR.

Diff Detail

Event Timeline

arsenm created this revision.Jul 27 2020, 5:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 27 2020, 5:26 AM
Petar.Avramovic accepted this revision.Aug 3 2020, 5:40 AM
This revision is now accepted and ready to land.Aug 3 2020, 5:40 AM