This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Start implementing computeKnownBitsForTargetInstr
ClosedPublic

Authored by arsenm on Aug 17 2020, 5:33 AM.

Details

Summary

Handle workitem intrinsics. There isn't really away to adequately test
this right now, since none of the known bits users are fine grained
enough to test the edge conditions. This triggers a number of
instances of the new 64-bit to 32-bit shift combine in the existing
tests.

Diff Detail

Event Timeline

arsenm created this revision.Aug 17 2020, 5:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 17 2020, 5:33 AM
arsenm requested review of this revision.Aug 17 2020, 5:33 AM
Petar.Avramovic accepted this revision.Aug 17 2020, 7:31 AM
This revision is now accepted and ready to land.Aug 17 2020, 7:31 AM