This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Fix using readfirstlane with ballot intrinsics
ClosedPublic

Authored by arsenm on Aug 12 2020, 9:38 AM.

Details

Summary

This should use the default mapping and insert a copy to the vcc bank,
and not try to insert a readfirstlane.

Diff Detail

Event Timeline

arsenm created this revision.Aug 12 2020, 9:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 12 2020, 9:38 AM
arsenm requested review of this revision.Aug 12 2020, 9:38 AM
sebastian-ne accepted this revision.Aug 17 2020, 6:24 AM

This looks better than what was there before, thanks.

This revision is now accepted and ready to land.Aug 17 2020, 6:24 AM