This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 793f847ba7d PR tree-optimization/105668: Provide vcond_mask_v1tiv1ti pattern. new e8a25550dac Optimize double word negation of zero extended values on x86. new 2c5c6456632 libiberty: remove FINAL and OVERRIDE from ansidecl.h
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/config/i386/i386.md | 40 +++++++++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/neg-zext-1.c | 7 +++++ gcc/testsuite/gcc.target/i386/neg-zext-2.c | 7 +++++ include/ansidecl.h | 41 ------------------------------ 4 files changed, 54 insertions(+), 41 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/neg-zext-1.c create mode 100644 gcc/testsuite/gcc.target/i386/neg-zext-2.c