This is an archive of the discontinued LLVM Phabricator instance.

DAG: Factor out helper function for odd vector sizes
ClosedPublic

Authored by arsenm on Sep 3 2018, 5:40 AM.

Details

Reviewers
RKSimon

Diff Detail

Event Timeline

arsenm created this revision.Sep 3 2018, 5:40 AM
RKSimon accepted this revision.Sep 4 2018, 7:20 AM

LGTM

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
630

Pull out the repeated getVectorNumElements() calls?

This revision is now accepted and ready to land.Sep 4 2018, 7:20 AM
arsenm closed this revision.Sep 4 2018, 11:49 AM
arsenm marked an inline comment as done.

r341392