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

Robin Dapp <rdapp at gcc dot gnu.org> changed:

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

--- Comment #1 from Robin Dapp <rdapp at gcc dot gnu.org> ---
We don't disable theadvector for all paths in riscv-string.cc.  This is an easy
fix even though it would be better to allow vectorization and disable
fractional LMUL.  A memmove size of 16 works, 8 doesn't.

Right now it's a bit inconsistent, we disable "block move" with XTHEADVECTOR
but not memmove.

Reply via email to