This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/77613] Powerpc64le: redundant swaps in autovectorised loop


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

--- Comment #3 from Bill Schmidt <wschmidt at gcc dot gnu.org> ---
This is simple enough.  We have code to allow splats in pure-SIMD ranges, but
we are missing a pattern that performs a splat and a truncate in the same
operation.  Should have a patch to submit today.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]