llvm/test
Matt Arsenault 378e1693a1 LoadStoreVectorizer: if one element of a vector is integer, default to
integer.

Fixes issues on some architectures where we use arithmetic ops to build
vectors, which can cause bad things to happen for loads/stores of mixed
types.

Patch by Fiona Glaser

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@274307 91177308-0d34-0410-b5e6-96231b3b80d8
2016-07-01 00:37:01 +00:00
..
Analysis [SCEV] Compute max be count from shift operator only if all else fails 2016-06-30 02:47:28 +00:00
Assembler Support arbitrary addrspace pointers in masked load/store intrinsics 2016-06-28 18:27:25 +00:00
Bindings
Bitcode BitcodeWriter: Remove redundant (and incorrect) check for whether to emit module summary. 2016-06-24 01:58:02 +00:00
BugPoint
CodeGen Add an artificial line-0 debug location when the compiler emits a call to 2016-06-30 18:49:04 +00:00
DebugInfo [pdb] Re-add code to write PDB files. 2016-06-30 17:43:00 +00:00
Examples
ExecutionEngine ExecutionEngine: add preliminary support for COFF ARM 2016-06-24 14:11:44 +00:00
Feature
FileCheck
Instrumentation
Integer
JitListener
LibDriver
Linker Don't verify inputs to the Linker if ODR merging. 2016-06-29 18:31:48 +00:00
LTO Remangle intrinsics names when types are renamed 2016-06-24 15:10:29 +00:00
MC Permit memory operands in ins/outs instructions 2016-06-29 19:54:27 +00:00
Object Finish cleaning up most of the error handling in libObject’s MachOUniversalBinary 2016-06-28 23:16:13 +00:00
ObjectYAML [YAML] Fix YAML tags appearing before the start of sequence elements 2016-06-28 21:10:26 +00:00
Other [PM] Improve the debugging and logging facilities of the CGSCC bits of 2016-06-27 23:26:08 +00:00
SymbolRewriter
TableGen
ThinLTO/X86
tools Update llvm-pdbdump to use subcommands. 2016-06-30 17:42:48 +00:00
Transforms LoadStoreVectorizer: if one element of a vector is integer, default to 2016-07-01 00:37:01 +00:00
Unit
Verifier Verifier: Reject non-float !fpmath 2016-06-27 19:43:15 +00:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
TestRunner.sh