llvm-6502/test
Arnold Schwaighofer eb95cec176 LoopVectorize: getConsecutiveVector must respect signed arithmetic
We were passing an i32 to ConstantInt::get where an i64 was needed and we must
also pass the sign if we pass negatives numbers. The start index passed to
getConsecutiveVector must also be signed.

Should fix PR15882.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181286 91177308-0d34-0410-b5e6-96231b3b80d8
2013-05-07 04:37:05 +00:00
..
Analysis AArch64: use MCJIT by default and enable related tests. 2013-05-06 16:51:08 +00:00
Archive
Assembler
Bindings/Ocaml
Bitcode
BugPoint
CodeGen Reduce attributes. 2013-05-06 20:57:23 +00:00
DebugInfo DebugInfo: Support imported modules in lexical blocks 2013-05-06 23:33:07 +00:00
ExecutionEngine PowerPC: Fix unimplemented relocation on ppc64 2013-05-06 17:21:23 +00:00
Feature
FileCheck
Instrumentation
Integer
JitListener
Linker
MC [SystemZ] Add MC test cases 2013-05-06 16:20:58 +00:00
Object Split Alignment out of the Section Characteristics. 2013-05-06 20:11:21 +00:00
Other
TableGen
tools
Transforms LoopVectorize: getConsecutiveVector must respect signed arithmetic 2013-05-07 04:37:05 +00:00
Unit
Verifier
YAMLParser
CMakeLists.txt
lit.cfg AArch64: use MCJIT by default and enable related tests. 2013-05-06 16:51:08 +00:00
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh