]> granicus.if.org Git - llvm/commit
[X86][SSE] Move shouldUseHorizontalOp inside isHorizontalBinOp. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 2 May 2019 12:18:24 +0000 (12:18 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 2 May 2019 12:18:24 +0000 (12:18 +0000)
commitb79c73bd103edafbaff703c7230fcf1fe4e3b920
tree188c5e8a4b3e7bf8cf389c1f1daf059164e9ad95
parentefbb95e52b273791f0fce9a1ebd16dbec55b4233
[X86][SSE] Move shouldUseHorizontalOp inside isHorizontalBinOp. NFCI.

Matches what we do for lowerAddSubToHorizontalOp and will make it easier to peek through subvectors to help fix PR39921

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@359782 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp