[GISel]: Remove an incorrect assert in CallLowering
authorAditya Nandakumar <aditya_nandakumar@apple.com>
Fri, 28 Sep 2018 15:08:49 +0000 (15:08 +0000)
committerAditya Nandakumar <aditya_nandakumar@apple.com>
Fri, 28 Sep 2018 15:08:49 +0000 (15:08 +0000)
commit1cbb057142c74be109693adf36654a9ee0bae23d
tree0e30995b85292107d33bcf8ccd5d8432bff35135
parent122dbb5dceeb9c13026cb3dd4064b91c554f919f
[GISel]: Remove an incorrect assert in CallLowering

https://reviews.llvm.org/D51147

Asserting if any extend of vectors should be up to the target's
legalizer/target specific code not in CallLowering.

reviewed by : dsanders.

llvm-svn: 343325
llvm/lib/CodeGen/GlobalISel/CallLowering.cpp
llvm/test/CodeGen/X86/GlobalISel/calllowering-nocrashret.ll [new file with mode: 0644]