https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68805
Michael Meissner <meissner at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |ASSIGNED Last reconfirmed| |2015-12-14 Assignee|unassigned at gcc dot gnu.org |meissner at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #2 from Michael Meissner <meissner at gcc dot gnu.org> --- Alan is correct, IEEE 128-bit floating point had the same issue. I used a ROTATE insn for the swapped insn rather than a VEC_SELECT for KFmode, and it looks like it should also use it for TImode when -mvsx-timode is used.