[SVE] Eliminate calls to default-false VectorType::get() from InstCombine
authorChristopher Tetreault <ctetreau@quicinc.com>
Fri, 29 May 2020 22:24:15 +0000 (15:24 -0700)
committerChristopher Tetreault <ctetreau@quicinc.com>
Fri, 29 May 2020 22:31:31 +0000 (15:31 -0700)
commit8f8029b4587e120e4cceceebf6d350f881f5d827
tree39285d23dbd4e28bb5d930780ab8c65690508932
parentfbac9ce226d7a27e418fdeac72a0b3c9f2c48742
[SVE] Eliminate calls to default-false VectorType::get() from InstCombine

Reviewers: efriedma, david-arm, fpetrogalli, spatel

Reviewed By: david-arm

Subscribers: tschuett, hiraditya, rkruppe, psnobl, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D80334
llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp