This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Handle partial shift reduction for variable shifts
ClosedPublic

Authored by arsenm on May 8 2018, 4:25 AM.

Details

Summary

If the variable shift amount has known bits, we can still reduce the shift.

Diff Detail

Event Timeline

arsenm created this revision.May 8 2018, 4:25 AM
This revision is now accepted and ready to land.May 8 2018, 10:08 AM
arsenm closed this revision.May 9 2018, 1:56 PM

r331917