This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Turn sext_inreg(VGetLaneu) into VGetLaneu
ClosedPublic

Authored by dmgreen on Jan 20 2021, 10:56 AM.

Details

Summary

This adds a DAG combine for converting sext_inreg of VGetLaneu into VGetLanes, providing the types match correctly.

Diff Detail

Event Timeline

dmgreen created this revision.Jan 20 2021, 10:56 AM
dmgreen requested review of this revision.Jan 20 2021, 10:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 20 2021, 10:56 AM
This revision is now accepted and ready to land.Jan 26 2021, 5:37 AM
This revision was automatically updated to reflect the committed changes.