This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Factor fewerElementVectors into separate functions
ClosedPublic

Authored by arsenm on Jan 21 2019, 1:37 PM.

Diff Detail

Event Timeline

arsenm created this revision.Jan 21 2019, 1:37 PM
arsenm updated this revision to Diff 183128.Jan 23 2019, 10:32 AM

Move another case to function, fix bad merge

aemerson accepted this revision.Jan 27 2019, 12:15 AM

Thanks, LGTM.

lib/CodeGen/GlobalISel/LegalizerHelper.cpp
1510

While you're here could you factor these out as well?

This revision is now accepted and ready to land.Jan 27 2019, 12:15 AM
arsenm closed this revision.Jan 27 2019, 1:53 PM
arsenm marked an inline comment as done.

r352332