[Bug testsuite/102935] [12 regression] new test case gcc.target/powerpc/pr101384-1.c fails

meissner at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Jan 8 00:39:36 GMT 2022


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102935

Michael Meissner <meissner at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #52143|0                           |1
        is obsolete|                            |

--- Comment #3 from Michael Meissner <meissner at gcc dot gnu.org> ---
Created attachment 52144
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52144&action=edit
Patch to fix the code generation test for power9 and power10.

The previous patch posted was the wrong patch.

This patch fixes the regexp in pr101384-1.c to add support for power9 and
power10 using XXSPLTIB to set a vector register to all 1's instead of
VSPLTIS{B,H,W} that power8 generates.


More information about the Gcc-bugs mailing list