This is an archive of the discontinued LLVM Phabricator instance.

[GlobalISel] Widen G_EXTRACT_VECTOR_ELT using anyext instead of sext.
ClosedPublic

Authored by aemerson on Sep 24 2021, 10:56 PM.

Details

Summary

G_SEXT seems to be unnecessary here, anyext will do.

Diff Detail

Event Timeline

aemerson created this revision.Sep 24 2021, 10:56 PM
aemerson requested review of this revision.Sep 24 2021, 10:56 PM
foad accepted this revision.Oct 4 2021, 1:10 AM

LGTM.

This revision is now accepted and ready to land.Oct 4 2021, 1:10 AM
This revision was landed with ongoing or failed builds.Oct 4 2021, 12:19 PM
This revision was automatically updated to reflect the committed changes.