[llvm-bugs] [Bug 50998] Forcing SVE auto-vectorisation with pragma crashes for this loop

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Jul 6 14:09:38 PDT 2021


https://bugs.llvm.org/show_bug.cgi?id=50998

Eli Friedman <efriedma at quicinc.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |efriedma at quicinc.com
         Resolution|---                         |FIXED

--- Comment #1 from Eli Friedman <efriedma at quicinc.com> ---
Scalable autovec is supposed to be forced off, for now, because it isn't
finished.  This works correctly on the main branch.  If you want to try
experiment, you can try "-mllvm -scalable-vectorization=on".

Not sure why this isn't working correctly on 12.0... but 12.0.1 isn't taking
patches at this point, and there aren't any other planned 12.0 releases, so we
can't really backport a fix.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210706/bebe1856/attachment.html>


More information about the llvm-bugs mailing list