1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/test
Simon Pilgrim 72f99d6988 [InstCombine] Fix constexpr issue in select combining
As discussed by Andrea on PR30486, we have an unsafe cast to an Instruction type in the select combine which doesn't take into account that it could be a ConstantExpr instead.

Differential Revision: https://reviews.llvm.org/D25466

llvm-svn: 284000
2016-10-12 10:20:15 +00:00
..
Analysis
Assembler
Bindings
Bitcode
BugPoint
CodeGen Add AArch64 unit tests 2016-10-12 09:00:44 +00:00
DebugInfo
Demangle
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation [InstrProf] Add support for dead_strip+live_support functionality 2016-10-11 21:48:16 +00:00
Integer
JitListener
LibDriver
Linker
LTO
MC [AMDGPU] Fix test that was broken by rL283893 2016-10-11 18:16:56 +00:00
Object Next set of additional error checks for invalid Mach-O files for the 2016-10-11 21:04:39 +00:00
ObjectYAML
Other
SymbolRewriter
TableGen
ThinLTO/X86
tools Fix test on non-x86 hosts 2016-10-11 16:32:37 +00:00
Transforms [InstCombine] Fix constexpr issue in select combining 2016-10-12 10:20:15 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
TestRunner.sh