This is an archive of the discontinued LLVM Phabricator instance.

[MSP430] Optimize 'shl x, 8[+ N] -> swpb(zext(x)) [<< N]' for i16
ClosedPublic

Authored by krisb on Dec 21 2018, 11:33 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

krisb created this revision.Dec 21 2018, 11:33 AM
asl accepted this revision.Jan 9 2019, 5:04 AM
This revision is now accepted and ready to land.Jan 9 2019, 5:04 AM
This revision was automatically updated to reflect the committed changes.