https://bugs.llvm.org/show_bug.cgi?id=32317
Anna <a...@azul.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |DUPLICATE
--- Comment #4 from Anna <a...@azul.com> ---
Btw, the loop is no longer vectorized at O3. At O2, we see the same problem as
what occurs in 32396. The vector.recur.extract generated by
fixFirstOrderRecurrence assumes the last index (1) when trip-count=2 contains
the correct element. This is incorrect.
The fix in 32396 fixes this as well.
*** This bug has been marked as a duplicate of bug 32396 ***
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs