This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][GlobalISel] Gardening: Simplify subregister copy in selectBuildVector
ClosedPublic

Authored by paquette on Mar 13 2019, 1:44 PM.

Details

Summary

NFC.

Some more preliminary factoring for G_INSERT_VECTOR_ELT. The lambda there can be replaced by existing functions. We'll need the same code for G_INSERT_VECTOR_ELT, so this will allow us to avoid copying/pasting the lambda.

Diff Detail

Event Timeline

paquette created this revision.Mar 13 2019, 1:44 PM
aemerson accepted this revision.Mar 13 2019, 3:21 PM

LGTM.

This revision is now accepted and ready to land.Mar 13 2019, 3:21 PM
This revision was automatically updated to reflect the committed changes.