This is an archive of the discontinued LLVM Phabricator instance.

[CodeGen] Fix warnings in SelectionDAG::SplitVector
ClosedPublic

Authored by david-arm on Jul 6 2020, 2:38 AM.

Diff Detail

Event Timeline

david-arm created this revision.Jul 6 2020, 2:38 AM
Herald added a project: Restricted Project. · View Herald Transcript
david-arm updated this revision to Diff 275924.Jul 6 2020, 11:55 PM
This revision is now accepted and ready to land.Jul 9 2020, 5:47 AM

Can you please clarify the title/summary a bit more before committing the patch?

llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
9657

nit: can you add a comment explaining why getVectorMinNumElements() is valid here?

This revision was automatically updated to reflect the committed changes.