1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00
llvm-mirror/test
Andrea Di Biagio a6e977909c [InstSimplify] Add tests to show missed bitcast folding opportunities.
InstSimplify doesn't always know how to fold a bitcast of a constant vector.
In particular, the logic in InstSimplify doesn't know how to handle the case
where the constant vector in input contains some undef elements, and the
number of elements is smaller than the number of elements of the bitcast
vector type.

llvm-svn: 281332
2016-09-13 13:17:42 +00:00
..
Analysis
Assembler DebugInfo: New metadata representation for global variables. 2016-09-13 01:12:59 +00:00
Bindings
Bitcode DebugInfo: New metadata representation for global variables. 2016-09-13 01:12:59 +00:00
BugPoint
CodeGen Revert "[ARM] Promote small global constants to constant pools" 2016-09-13 12:45:51 +00:00
DebugInfo [ARM] Add ".code 32" to functions in the ARM instruction set 2016-09-13 12:18:15 +00:00
Demangle
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation [asan] Add flag to allow lifetime analysis of problematic allocas 2016-09-10 01:06:11 +00:00
Integer
JitListener
LibDriver
Linker DebugInfo: New metadata representation for global variables. 2016-09-13 01:12:59 +00:00
LTO
MC [ARM] Support ldr.w in pseudo instruction ldr rd,=immediate 2016-09-13 11:15:51 +00:00
Object
ObjectYAML
Other
SymbolRewriter
TableGen [TableGen] AsmMatcher: Add AsmVariantName to Instruction class. 2016-09-08 15:50:52 +00:00
ThinLTO/X86 DebugInfo: New metadata representation for global variables. 2016-09-13 01:12:59 +00:00
tools [llvm-cov] - Included footer "Generated by llvm-cov -- llvm version <version number>" in the coverage report. 2016-09-13 11:28:31 +00:00
Transforms [InstSimplify] Add tests to show missed bitcast folding opportunities. 2016-09-13 13:17:42 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
TestRunner.sh