llvm/test
Wei Mi ebe55c6a3e Don't reduce the width of vector mul if the target doesn't support SSE2.
The patch is to fix PR30298, which is caused by rL272694. The solution is to
bail out if the target has no SSE2.

Differential Revision: https://reviews.llvm.org/D24288


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@280837 91177308-0d34-0410-b5e6-96231b3b80d8
2016-09-07 18:22:17 +00:00
..
Analysis
Assembler
Bindings
Bitcode
BugPoint
CodeGen Don't reduce the width of vector mul if the target doesn't support SSE2. 2016-09-07 18:22:17 +00:00
DebugInfo [codeview] Add new directives to record inlined call site line info 2016-09-07 16:15:31 +00:00
Demangle Add an c++ itanium demangler to llvm. 2016-09-06 19:16:48 +00:00
Examples
ExecutionEngine [ORC] Clone module flags metadata into the globals module in the 2016-09-04 17:53:30 +00:00
Feature
FileCheck
Instrumentation
Integer
JitListener
LibDriver
Linker
LTO
MC [codeview] Add new directives to record inlined call site line info 2016-09-07 16:15:31 +00:00
Object Next set of additional error checks for invalid Mach-O files for bad load commands 2016-08-31 17:57:46 +00:00
ObjectYAML
Other
SymbolRewriter
TableGen
ThinLTO/X86 Fix ThinLTO crash with debug info 2016-09-03 21:12:33 +00:00
tools [lib/LTO] Add a way to run a custom pipeline 2016-09-07 17:46:16 +00:00
Transforms [LSV] Use the original loads' names for the extractelement instructions. 2016-09-07 15:49:48 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt Add an c++ itanium demangler to llvm. 2016-09-06 19:16:48 +00:00
lit.cfg Add an c++ itanium demangler to llvm. 2016-09-06 19:16:48 +00:00
lit.site.cfg.in
TestRunner.sh