[Bug target/106770] PPCLE: Unnecessary xxpermdi before mfvsrd

jens.seifert at de dot ibm.com gcc-bugzilla@gcc.gnu.org
Mon Aug 29 08:16:23 GMT 2022


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

--- Comment #1 from Jens Seifert <jens.seifert at de dot ibm.com> ---
vec_extract(vr, 1) should extract the left element. But xxpermdi x,x,x,3
extracts the right element.
Looks like a bug in vec_extract for PPCLE and not a problem regarding
unnecessary xxpermdi.


More information about the Gcc-bugs mailing list