diff options
author | Roger Sayle <roger@nextmovesoftware.com> | 2020-08-12 22:34:29 +0100 |
---|---|---|
committer | Giuliano Belinassi <giuliano.belinassi@usp.br> | 2020-08-17 15:08:07 -0300 |
commit | c539c74c7eeea1c9a05230e7aac887fd3b2c374a (patch) | |
tree | 46620ff2dab1c5fabdb47b3044ce54121cbc60f3 /gcc/fortran | |
parent | 020f4589fa9996a65ffb785f52d27398293043ce (diff) | |
download | gcc-c539c74c7eeea1c9a05230e7aac887fd3b2c374a.zip gcc-c539c74c7eeea1c9a05230e7aac887fd3b2c374a.tar.gz gcc-c539c74c7eeea1c9a05230e7aac887fd3b2c374a.tar.bz2 |
PR target/96558: Only call ix86_expand_clear with GENERAL_REGS.
The following patch tightens the predicates of the peephole2 from my recent
"Integer min/max improvements patch" to only hoist clearing a register when
that register is a general register. Calling ix86_expand_clear with regs
other than GENERAL_REGS is not supported.
2020-08-12 Roger Sayle <roger@nextmovesoftware.com>
Uroš Bizjak <ubizjak@gmail.com>
gcc/ChangeLog
PR target/96558
* config/i386/i386.md (peephole2): Only reorder register clearing
instructions to allow use of xor for general registers.
gcc/testsuite/ChangeLog
PR target/96558
* gcc.dg/pr96558.c: New test.
Diffstat (limited to 'gcc/fortran')
0 files changed, 0 insertions, 0 deletions