This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][GlobalISel] Define some legalization rules for G_ROTR and G_ROTL.
ClosedPublic

Authored by aemerson on Mar 28 2021, 12:42 AM.

Details

Summary

For imported pattern purposes, we have a custom rule that promotes the rotate amount to 64b as well.

Diff Detail