Re: [PATCH][TREE] Match.pd "compare-and-not" patterns.

2015-02-09 Thread Richard Biener
On February 9, 2015 4:46:34 PM CET, Alex Velenko wrote: > >Hi, > >This patch adds match.pd "compare-and-not" simplication patterns. >This is a generic transformation reducing variable accesses. > >Done full regression run on arm-none-eabi, aarch64-none-elf, >aarch64_be-none-elf and bootstrapped on

[PATCH][TREE] Match.pd "compare-and-not" patterns.

2015-02-09 Thread Alex Velenko
Hi, This patch adds match.pd "compare-and-not" simplication patterns. This is a generic transformation reducing variable accesses. Done full regression run on arm-none-eabi, aarch64-none-elf, aarch64_be-none-elf and bootstrapped on x86. Is patch ok? 2015-02-09 Alex Velenko gcc/ *