1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
llvm-mirror/test
Simon Pilgrim d64c8178c6 [X86][SSE] Added tests for pre-truncating arithmetic operations that have already been extended
As discussed on D28219 - it is profitable to combine trunc(binop (s/zext(x), s/zext(y)) to binop(trunc(s/zext(x)), trunc(s/zext(y))) assuming the trunc(ext()) will simplify further

llvm-svn: 292487
2017-01-19 15:03:00 +00:00
..
Analysis [SCEV] Make getUDivExactExpr handle non-nuw multiplies correctly. 2017-01-18 23:56:42 +00:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen [X86][SSE] Added tests for pre-truncating arithmetic operations that have already been extended 2017-01-19 15:03:00 +00:00
DebugInfo Add -debug-info-for-profiling to emit more debug info for sample pgo profile collection 2017-01-19 00:44:11 +00:00
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation
Integer
JitListener
LibDriver
Linker
LTO
MC AMDGPU: Remove modifiers from v_div_scale_* 2017-01-19 06:04:12 +00:00
Object [Object] Fixup permissions of input files. 2017-01-16 23:28:58 +00:00
ObjectYAML
Other [PM] Add LoopVectorize to the default module pipeline 2017-01-19 02:21:54 +00:00
SymbolRewriter
TableGen
ThinLTO/X86 [ThinLTO] Add a recursive step in Metadata lazy-loading 2017-01-18 18:36:21 +00:00
tools [sancov] applying blacklist to covered points too 2017-01-19 03:49:18 +00:00
Transforms LowerTypeTests: Implement exporting of type identifiers. 2017-01-19 01:20:11 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
TestRunner.sh