This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Sign_Extend_Inreg for MVE i1 types
AbandonedPublic

Authored by dmgreen on Jul 8 2019, 4:04 AM.

Details

Summary

This adds sign extends from i1 types to full registers, using pairs of shift left/rights.

Diff Detail

Event Timeline

dmgreen created this revision.Jul 8 2019, 4:04 AM
This revision is now accepted and ready to land.Jul 9 2019, 6:42 AM
dmgreen abandoned this revision.Aug 8 2019, 7:19 AM

This one it turned out we didn't need because it was handled differently when we did it properly in all the predicate patches.