re PR rtl-optimization/89865 (FAIL: gcc.target/i386/pr49095.c scan-assembler-times...
authorJakub Jelinek <jakub@redhat.com>
Mon, 8 Apr 2019 12:35:22 +0000 (14:35 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 8 Apr 2019 12:35:22 +0000 (14:35 +0200)
commit8ad68a6d87ff1978a7ef9228e79795711aed4d61
tree605a289ffe9ec300f006f1f76825bb9b0aabf980
parent99603e904420a449d2e9e674cc3d696b9695eb69
re PR rtl-optimization/89865 (FAIL: gcc.target/i386/pr49095.c scan-assembler-times \\\\), % 45)

PR rtl-optimization/89865
* config/i386/i386.md
(SWI12 peephole for mem {+,-,&,|,^}= x; mem != 0): Fix up operand
numbers not to clash with the additional operands[4].
(peepholes for mem {+,-,&,|,^}= x; mem != 0): New peephole2s
with extra register copy in the middle.

* gcc.target/i386/pr49095.c: Adjust number of expected RMW spots
on ia32.

From-SVN: r270205
gcc/ChangeLog
gcc/config/i386/i386.md
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr49095.c