public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/116610] New: wrong-code with SLP induction vectorization when using partial vectors and alignment peeling via masking
@ 2024-09-05  9:13 rguenth at gcc dot gnu.org
  2024-09-05  9:14 ` [Bug tree-optimization/116610] " rguenth at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2024-09-05  9:13 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 116610
           Summary: wrong-code with SLP induction vectorization when using
                    partial vectors and alignment peeling via masking
           Product: gcc
           Version: 15.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: rguenth at gcc dot gnu.org
  Target Milestone: ---

gcc.target/aarch64/sve/peel_ind_1.c when forcing single-lane SLP vectorizes
using VNx4SI and

peel_ind_1.c:16:34: note:  misalignment for fully-masked loop: 1

but the initial value for the induction isn't adjusted:

  # vect_vec_iv_.5_2 = PHI <_11(5), { 5, 10, 15, 20, 25, 30, 35, 40 }(2)>

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-09-18  9:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-05  9:13 [Bug tree-optimization/116610] New: wrong-code with SLP induction vectorization when using partial vectors and alignment peeling via masking rguenth at gcc dot gnu.org
2024-09-05  9:14 ` [Bug tree-optimization/116610] " rguenth at gcc dot gnu.org
2024-09-05  9:22 ` rguenth at gcc dot gnu.org
2024-09-06  7:16 ` cvs-commit at gcc dot gnu.org
2024-09-06  7:17 ` rguenth at gcc dot gnu.org
2024-09-18  9:31 ` cvs-commit at gcc dot gnu.org
2024-09-18  9:37 ` rguenth at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).