This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Avoid creating shift of 0 in arg lowering
ClosedPublic

Authored by arsenm on Sep 15 2019, 4:30 PM.

Details

Summary

This is sort of papering over the fact that we don't run a combiner
anywhere, but avoiding creating 2 instructions in the first place is
easy.

Diff Detail

Event Timeline

arsenm created this revision.Sep 15 2019, 4:30 PM
kerbowa accepted this revision.Sep 29 2019, 9:26 PM

LGTM

This revision is now accepted and ready to land.Sep 29 2019, 9:26 PM
arsenm closed this revision.Sep 30 2019, 7:18 PM

r373293