This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Rotated operand patterns for *xtb16
ClosedPublic

Authored by samparker on Aug 21 2018, 7:09 AM.

Details

Summary

Add intrinsic isel patterns for sxtb16, sxtab16, uxtb16 and uxtab16 so that they can perform a ror.

Diff Detail

Repository
rL LLVM

Event Timeline

samparker created this revision.Aug 21 2018, 7:09 AM
SjoerdMeijer accepted this revision.Aug 22 2018, 12:34 AM

Looks like a straightforward fix to me.

This revision is now accepted and ready to land.Aug 22 2018, 12:34 AM
This revision was automatically updated to reflect the committed changes.