This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][GlobalISel] Select all-zero G_BUILD_VECTOR into a zero mov.
ClosedPublic

Authored by aemerson on Sep 18 2020, 11:40 AM.

Details

Summary

Unfortunately the leaf SDAG patterns aren't supported yet so we need to do this manually, but it's not a significant amount of code anyway.

Diff Detail

Event Timeline

aemerson created this revision.Sep 18 2020, 11:40 AM
aemerson requested review of this revision.Sep 18 2020, 11:40 AM
This revision is now accepted and ready to land.Sep 30 2020, 6:29 PM
This revision was landed with ongoing or failed builds.Sep 30 2020, 11:54 PM
This revision was automatically updated to reflect the committed changes.