Re: [PATCH] vect: Add missing skip-vector check for peeling with versioning [PR121020]

2025-07-29 Thread Richard Biener
gfei Li > > Subject: [PATCH] vect: Add missing skip-vector check for peeling with > > versioning > > [PR121020] > > > > This fixes a miscompilation issue introduced by the enablement of > > combined loop peeling and versioning. A test case that reproduces the &g

RE: [PATCH] vect: Add missing skip-vector check for peeling with versioning [PR121020]

2025-07-29 Thread Tamar Christina
> -Original Message- > From: Pengfei Li > Sent: Monday, July 21, 2025 12:07 PM > To: gcc-patches@gcc.gnu.org > Cc: rguent...@suse.de; s...@gentoo.org; Tamar Christina > ; Pengfei Li > Subject: [PATCH] vect: Add missing skip-vector check for peeling with >

[PING] [PATCH] vect: Add missing skip-vector check for peeling with versioning [PR121020]

2025-07-29 Thread Pengfei Li
PING > [PATCH] vect: Add missing skip-vector check for peeling with versioning > [PR121020]

[PATCH] vect: Add missing skip-vector check for peeling with versioning [PR121020]

2025-07-21 Thread Pengfei Li
This fixes a miscompilation issue introduced by the enablement of combined loop peeling and versioning. A test case that reproduces the issue is included in the patch. When performing loop peeling, GCC usually inserts a skip-vector check. This ensures that after peeling, there are enough remaining