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.