This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c62643579df Close gcc-9 branch new 29ae455901a Pre-reload splitter to transform and;cmp into not;test on x86.
The 1 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 | 21 +++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr91400-1.c | 4 ++-- gcc/testsuite/gcc.target/i386/pr91400-2.c | 4 ++-- gcc/testsuite/gcc.target/i386/testnot-1.c | 24 ++++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/testnot-2.c | 24 ++++++++++++++++++++++++ 5 files changed, 73 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/testnot-1.c create mode 100644 gcc/testsuite/gcc.target/i386/testnot-2.c