1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/test
Simon Pilgrim c607b9dd60 [X86][SSE] Fold scalar_to_vector(i64 anyext(x)) -> bitcast(scalar_to_vector(i32 anyext(x)))
Reduce the size of an any-extended i64 scalar_to_vector source to i32 - the any_extend nodes are often introduced by SimplifyDemandedBits.

llvm-svn: 356292
2019-03-15 19:14:28 +00:00
..
Analysis
Assembler Add IR debug info support for Elemental, Pure, and Recursive Procedures. 2019-03-14 16:29:54 +00:00
Bindings
Bitcode
BugPoint
CodeGen [X86][SSE] Fold scalar_to_vector(i64 anyext(x)) -> bitcast(scalar_to_vector(i32 anyext(x))) 2019-03-15 19:14:28 +00:00
DebugInfo Add test I forgot to git-add in r356163. 2019-03-14 21:23:52 +00:00
Demangle
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation
Integer
JitListener
Linker
LTO
MachineVerifier
MC [MC] Sort FDEs by the associated CIE before emitting them. 2019-03-14 23:08:19 +00:00
Object
ObjectYAML
Other
SafepointIRVerifier
SymbolRewriter
TableGen
ThinLTO/X86 [ThinLTO] Restructure AliasSummary to contain ValueInfo of Aliasee 2019-03-15 15:11:38 +00:00
tools [llvm] Skip over empty line table entries. 2019-03-15 15:00:12 +00:00
Transforms [InstCombine] add tests for logic of NaN fcmps; NFC 2019-03-15 18:14:25 +00:00
Unit
Verifier ARM: Add ImmArg to intrinsics 2019-03-14 13:46:14 +00:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh