diff options
author | Jakub Jelinek <jakub@redhat.com> | 2019-12-09 11:13:18 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2019-12-09 11:13:18 +0100 |
commit | 49647b7b25673273262fb630598027c6d841690f (patch) | |
tree | 4c6f773e0273b14f939c5926752cfd99310ca630 /libgcc | |
parent | 8e03b21e84e4b6a3c806bb48bb5eceac1f7ed273 (diff) | |
download | gcc-49647b7b25673273262fb630598027c6d841690f.zip gcc-49647b7b25673273262fb630598027c6d841690f.tar.gz gcc-49647b7b25673273262fb630598027c6d841690f.tar.bz2 |
re PR tree-optimization/92834 (misssed SLP vectorization in LightPixel)
PR tree-optimization/92834
* match.pd (A - ((A - B) & -(C cmp D)) -> (C cmp D) ? B : A,
A + ((B - A) & -(C cmp D)) -> (C cmp D) ? B : A): New simplifications.
* gcc.dg/tree-ssa/pr92834.c: New test.
From-SVN: r279113
Diffstat (limited to 'libgcc')
0 files changed, 0 insertions, 0 deletions