diff options
author | Eugene Rozenfeld <Eugene.Rozenfeld@microsoft.com> | 2020-11-30 09:48:58 -0700 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2020-11-30 09:48:58 -0700 |
commit | 28a7fdd81e857057f18f87a3c9dd180ad99b77f6 (patch) | |
tree | bc2befc4e760c4c7eb8e5292540b3e1d66a98dd7 /gcc/tree-ssa-loop-split.c | |
parent | 167ab4b1534a0c9d3c3e8376462822ae47e6d10d (diff) | |
download | gcc-28a7fdd81e857057f18f87a3c9dd180ad99b77f6.zip gcc-28a7fdd81e857057f18f87a3c9dd180ad99b77f6.tar.gz gcc-28a7fdd81e857057f18f87a3c9dd180ad99b77f6.tar.bz2 |
Optimize or+and+or pattern to and+or
gcc/
PR tree-optimization/96679
* match.pd (((b | c) & a) | b -> (a & c) | b): New pattern.
Diffstat (limited to 'gcc/tree-ssa-loop-split.c')
0 files changed, 0 insertions, 0 deletions