This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fc8d9e44970 tree-optimization/105142 - wrong code with maybe_fold_{and, [...] new 6d4bbee4f59 Support pandn for V1TI mode (i.e. *andnotv1ti3). new 86242eb1bd0 tree-optimization/105148 - fix IVOPTs recording uses
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/sse.md | 13 ++++++++----- gcc/testsuite/gcc.dg/torture/pr105148.c | 20 ++++++++++++++++++++ gcc/testsuite/gcc.target/i386/sse2-v1ti-andnot.c | 11 +++++++++++ gcc/tree-ssa-loop-ivopts.cc | 6 ++++-- 4 files changed, 43 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr105148.c create mode 100644 gcc/testsuite/gcc.target/i386/sse2-v1ti-andnot.c