Re: [PATCH] tree-optimization/117698 - SLP vectorization and alignment

2024-11-20 Thread Richard Biener
FAILs on sparc which the following fixes. The following is what I pushed. Richard. >From 65318644e4a5c53305a1ce2b61897f651c6fb903 Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Wed, 20 Nov 2024 13:32:48 +0100 Subject: [PATCH] tree-optimization/117698 - SLP vectorization and alignment To:

[PATCH] tree-optimization/117698 - SLP vectorization and alignment

2024-11-20 Thread Richard Biener
When SLP vectorizing we fail to mark the general alignment check as irrelevant when using VMAT_STRIDED_SLP (the implementation checks for itself) and when VMAT_INVARIANT the override isn't effective. This results in extra FAILs on sparc which the following fixes. Bootstrap and regtest running on