Fixes warnings in this test:
sve-sext-zext.ll
Paths 
  |  Differential  D83203  
[CodeGen] Fix warnings in SelectionDAG::SplitVector ClosedPublic Authored by david-arm on Jul 6 2020, 2:38 AM. 
Details Summary Fixes warnings in this test: sve-sext-zext.ll 
Diff Detail Event Timelinedavid-arm added a child revision: D83205: [SVE] Add checks for no warnings in CodeGen/AArch64/sve-sext-zext.ll.Jul 6 2020, 2:56 AM This revision is now accepted and ready to land.Jul 9 2020, 5:47 AM Comment Actions Can you please clarify the title/summary a bit more before committing the patch? 
 Closed by commit rG229dfb4728f4: [CodeGen] Replace calls to getVectorNumElements() in SelectionDAG::SplitVector (authored by david-arm).  ·  Explain WhyJul 10 2020, 12:11 AM This revision was automatically updated to reflect the committed changes. 
Revision Contents 
Diff 275924 llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 
  | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
nit: can you add a comment explaining why getVectorMinNumElements() is valid here?