This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Do a better job splitting 64-bit G_SEXT_INREG
ClosedPublic

Authored by arsenm on Jan 25 2020, 6:33 AM.

Details

Summary

We don't need to expand to full shifts for the > 32-bit case. This
just switches to a sext_inreg of the high half.

Diff Detail