1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/test
Guozhi Wei a7fc8e012e [InstCombine] Combine A->B->A BitCast
This patch enhances InstCombine to handle following case:

        A  ->  B    bitcast
        PHI
        B  ->  A    bitcast

llvm-svn: 262670
2016-03-03 23:21:38 +00:00
..
Analysis [ValueTracking] Remove dead code from an old experiment 2016-03-03 19:44:06 +00:00
Assembler
Bindings
Bitcode [AVR] Add calling convention parser tokens 2016-03-03 10:08:02 +00:00
BugPoint
CodeGen llvm/test/CodeGen/ARM/rem_crash.ll: Avoid unsupported targets to specify explicit triple. 2016-03-03 22:38:39 +00:00
DebugInfo [lanai] Fixing file path used in test 2016-03-03 00:30:02 +00:00
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation
Integer
JitListener
LibDriver
Linker
LTO
MC [X86] Make X86MCCodeEmitter::DetermineREXPrefix locate operands more like how VEX prefix handling does. 2016-03-02 07:32:43 +00:00
Object
Other
SymbolRewriter
TableGen
tools
Transforms [InstCombine] Combine A->B->A BitCast 2016-03-03 23:21:38 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt [CMake] Add convenience target llvm-test-depends to build test dependencies. 2016-03-02 00:27:14 +00:00
lit.cfg
lit.site.cfg.in
TestRunner.sh