This is an archive of the discontinued LLVM Phabricator instance.

[GlobalISel] Fix narrowScalar for shifts to match algorithm from SDAG
ClosedPublic

Authored by Petar.Avramovic on Aug 22 2019, 6:25 AM.

Details

Summary

Fix typos. Use Hi and Lo prefixes for Or instead of LHS and RHS
to match names of surrounding variables.

Diff Detail

Event Timeline

arsenm accepted this revision.Aug 22 2019, 9:45 AM
This revision is now accepted and ready to land.Aug 22 2019, 9:45 AM
This revision was automatically updated to reflect the committed changes.