llvm-6502/test
Justin Bogner 5053537a30 InstCombine: Only foldSelectICmpAndOr for integer types
Currently foldSelectICmpAndOr asserts if the "or" involves a vector
containing several of the same power of two. We can easily avoid this by
only performing the fold on integer types, like foldSelectICmpAnd does.

Fixes <rdar://problem/15012516>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191552 91177308-0d34-0410-b5e6-96231b3b80d8
2013-09-27 20:35:39 +00:00
..
Analysis TBAA: handle scalar TBAA format and struct-path aware TBAA format. 2013-09-27 18:34:27 +00:00
Assembler
Bindings/Ocaml
Bitcode
BugPoint
CodeGen Adding intrinsics to the llvm backend for TBM instruction set. 2013-09-27 18:38:42 +00:00
DebugInfo Unify pubsection/gnu pubsection printing. 2013-09-25 23:02:36 +00:00
ExecutionEngine
Feature
FileCheck
Instrumentation TBAA: handle scalar TBAA format and struct-path aware TBAA format. 2013-09-27 18:34:27 +00:00
Integer
JitListener
Linker
LTO Move LTO support library to a component, allowing it to be tested 2013-09-24 23:52:22 +00:00
MC Adding intrinsics to the llvm backend for TBM instruction set. 2013-09-27 18:38:42 +00:00
Object
Other
TableGen
tools Revert "llvm-objdump: Dump COFF import table if -private-headers option is given." 2013-09-27 01:29:36 +00:00
Transforms InstCombine: Only foldSelectICmpAndOr for integer types 2013-09-27 20:35:39 +00:00
Unit
Verifier
YAMLParser
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh