]> granicus.if.org Git - llvm/commit
[LegalizeVectorOps] Simplify the non-byte sized load handling VectorLegalizer::Expand...
authorCraig Topper <craig.topper@intel.com>
Fri, 22 Feb 2019 06:18:33 +0000 (06:18 +0000)
committerCraig Topper <craig.topper@intel.com>
Fri, 22 Feb 2019 06:18:33 +0000 (06:18 +0000)
commitbc57cccf29e4e70af8ad305863c4aed282b68e88
tree1e4f880af6ab481269f3c56b1e2779ad00a31c0e
parenta58877806a925b4d689b6d2eca6b783dae1e6b30
[LegalizeVectorOps] Simplify the non-byte sized load handling VectorLegalizer::ExpandLoad. NFCI

Remove an if that should always be true. Merge the body of another into the only block that could make the if true.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@354654 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp