diff options
author | Bin Cheng <bin.cheng@arm.com> | 2016-11-23 12:47:31 +0000 |
---|---|---|
committer | Bin Cheng <amker@gcc.gnu.org> | 2016-11-23 12:47:31 +0000 |
commit | e25350118c44492fed4ea9f168d0b8596d3d03fc (patch) | |
tree | d12ecd7ecb082a700239231e770351f33b176773 /gcc/tree-vectorizer.c | |
parent | b54819879e0518b3f1acc5242f9c1d86dd1b9e3c (diff) | |
download | gcc-e25350118c44492fed4ea9f168d0b8596d3d03fc.zip gcc-e25350118c44492fed4ea9f168d0b8596d3d03fc.tar.gz gcc-e25350118c44492fed4ea9f168d0b8596d3d03fc.tar.bz2 |
fold-const.c (fold_cond_expr_with_comparison): Move simplification for A == C1 ? A : C2 to below.
* fold-const.c (fold_cond_expr_with_comparison): Move simplification
for A == C1 ? A : C2 to below.
* match.pd: Move from above to here:
(cond (eq (convert1? x) c1) (convert2? x) c2)
-> (cond (eq x c1) c1 c2).
From-SVN: r242751
Diffstat (limited to 'gcc/tree-vectorizer.c')
0 files changed, 0 insertions, 0 deletions