1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 21:42:54 +02:00
llvm-mirror/test
Simon Pilgrim 9091f77856 [CostModel][X86] Fixed AVX1/AVX512 sdiv/udiv general costs for 256/512 bit integer vectors
We weren't accounting for legal types on every subtarget, meaning that many of the costs were using defaults.

We still don't correctly cost (or test) the 512-bit sdiv/udiv by uniform const cases, nor the power-of-2 cases.

llvm-svn: 284744
2016-10-20 16:39:11 +00:00
..
Analysis [CostModel][X86] Fixed AVX1/AVX512 sdiv/udiv general costs for 256/512 bit integer vectors 2016-10-20 16:39:11 +00:00
Assembler DebugInfo: preparation to implement DW_AT_alignment 2016-10-20 00:13:12 +00:00
Bindings
Bitcode DebugInfo: remove broken bitcode upgrade test 2016-10-20 00:26:36 +00:00
BugPoint Disable fatal errors in the Verifier instantiated by bugpoint's crash 2016-10-18 16:24:43 +00:00
CodeGen [AMDGPU] add fcopysign(f64, f32) pattern 2016-10-20 16:17:54 +00:00
DebugInfo DebugInfo: preparation to implement DW_AT_alignment 2016-10-20 00:13:12 +00:00
Demangle
Examples
ExecutionEngine [mips][mcjit] Add the majority of N32 support. 2016-10-20 13:02:23 +00:00
Feature
FileCheck
Instrumentation [asan] Append line number to variable name if line is available and in the same file as the function. 2016-10-18 23:29:41 +00:00
Integer
JitListener
LibDriver
Linker
LTO
MC X86: Allow expressions to appear as u8imm operands. 2016-10-20 01:58:34 +00:00
Object Next set of additional error checks for invalid Mach-O files for the 2016-10-19 23:44:34 +00:00
ObjectYAML
Other
SymbolRewriter
TableGen
ThinLTO/X86
tools [PGO] Fix bogus warning for merging empty llvm profile file 2016-10-19 22:51:17 +00:00
Transforms [InstSimplify] fold negation of sign-bit 2016-10-19 21:23:45 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
TestRunner.sh