diff options
author | Matthias Braun <matze@braunis.de> | 2015-03-06 19:49:06 +0000 |
---|---|---|
committer | Matthias Braun <matze@braunis.de> | 2015-03-06 19:49:06 +0000 |
commit | 3ecb557739e0bc24c47a83726968be6a7af0af34 (patch) | |
tree | d428c656172ef16e2410acb74dfc4cf4694e228a /clang/test/CodeGenCXX/cxx0x-initializer-array.cpp | |
parent | 61b9fd4686fc05a08f0fceba8de44e20e4b51cc8 (diff) | |
download | bcm5719-llvm-3ecb557739e0bc24c47a83726968be6a7af0af34.tar.gz bcm5719-llvm-3ecb557739e0bc24c47a83726968be6a7af0af34.zip |
DAGCombiner: Factor out some and/or combines.
This is in preparation for changing visitSELECT to normalize towards
select(Cond0, select(Cond1, X, Y), Y);
select(Cond0, X, select(Cond1, X, Y)) which perfom an implicit and/or of
the conditions.
The factored function contains all DAGCombine rules which reduce two values
combined by an And/Or operation to a single value. This does not include rules
involving constants as visitSELECT already handles that case.
Differential Revision: http://reviews.llvm.org/D8026
llvm-svn: 231506
Diffstat (limited to 'clang/test/CodeGenCXX/cxx0x-initializer-array.cpp')
0 files changed, 0 insertions, 0 deletions