[x86] fix assert with horizontal math + broadcast of vector (PR43402)
[llvm-core.git] / lib / CodeGen / SelectionDAG / SelectionDAGTargetInfo.cpp
blob3a2df6f60593a90ae7968def0355334cdc9cfc63
1 //===- SelectionDAGTargetInfo.cpp - SelectionDAG Info ---------------------===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
8 //
9 // This implements the SelectionDAGTargetInfo class.
11 //===----------------------------------------------------------------------===//
13 #include "llvm/CodeGen/SelectionDAGTargetInfo.h"
15 using namespace llvm;
17 SelectionDAGTargetInfo::~SelectionDAGTargetInfo() = default;