This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][GlobalISel] Legalize oversize G_EXTRACT_VECTOR_ELT sources.
ClosedPublic

Authored by aemerson on May 26 2021, 11:36 PM.

Details

Summary

Also changes the fewerElements helper to use the lookthrough constant helper instead of m_ICst, since m_ICst doesn't look through extends.

Diff Detail

Event Timeline

aemerson created this revision.May 26 2021, 11:36 PM
aemerson requested review of this revision.May 26 2021, 11:36 PM
arsenm accepted this revision.May 27 2021, 5:27 PM
This revision is now accepted and ready to land.May 27 2021, 5:27 PM
This revision was landed with ongoing or failed builds.May 28 2021, 12:01 AM
This revision was automatically updated to reflect the committed changes.