[x86] fix assert with horizontal math + broadcast of vector (PR43402)
commit413ec947a97034eae25a6a104d66c43515a247c6
authorSanjay Patel <spatel@rotateright.com>
Mon, 23 Sep 2019 13:30:23 +0000 (23 13:30 +0000)
committerSanjay Patel <spatel@rotateright.com>
Mon, 23 Sep 2019 13:30:23 +0000 (23 13:30 +0000)
treec1c49422de60cd7f1c5e337638aafd950b30cb98
parent5a1b329567bd722ccc26567b7c3cbe6efdf1f881
[x86] fix assert with horizontal math + broadcast of vector (PR43402)

https://bugs.llvm.org/show_bug.cgi?id=43402

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@372606 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h
test/CodeGen/X86/haddsub-broadcast.ll [new file with mode: 0644]