i386: Combine splitters followup [PR96226]
authorJakub Jelinek <jakub@redhat.com>
Sat, 5 Dec 2020 00:31:08 +0000 (01:31 +0100)
committerJakub Jelinek <jakub@redhat.com>
Sat, 5 Dec 2020 00:31:08 +0000 (01:31 +0100)
commit625e002396f7d0108f845bfba6a6f4f4fcadad05
treee95636e6cc0061cde0d1f9b22684c171dae92a24
parent43e84ce7d62be121445e17cc0ee009a81fb285d7
i386: Combine splitters followup [PR96226]

Here is the patch to simplify the newly added combine splitters,
when we split into 2 insns anyway, no reason to split into the masking
define_insn_and_split we'd be splitting shortly after.

2020-12-05  Jakub Jelinek  <jakub@redhat.com>

PR target/96226
* config/i386/i386.md (splitter after *<rotate_insn><mode>3_mask,
splitter after *<rotate_insn><mode>3_mask_1): Drop the masking from
the patterns to split into.
gcc/config/i386/i386.md