[Bug tree-optimization/107412] Miss to fold LEN_{LOAD,STORE} when the specified length equal to vector length

segher at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Oct 27 22:03:34 GMT 2022


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

Segher Boessenkool <segher at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |segher at gcc dot gnu.org

--- Comment #2 from Segher Boessenkool <segher at gcc dot gnu.org> ---
Make sure we only use "plain" accesses on machines that allow all unaligned
accesses?  p8 and later I think.  The load-with-length insns are even later,
but a builtin does not necessarily translate to those newer insns, so some
care is required :-)


More information about the Gcc-bugs mailing list