Re: [RFC] c++: Vectorizing default struct and std::array equality

2025-08-29 Thread Andrew Pinski
On Thu, Aug 28, 2025 at 8:25 AM Thomas de Bock wrote: > > From 289487b58709575a90fca0cbebc6ae968aba73ab Mon Sep 17 00:00:00 2001 > From: Thomas de Bock > Date: Thu, 28 Aug 2025 16:10:08 +0100 > Subject: [PATCH] Vectorizing default struct and std::array equality > > --- > > Notes: > Added 2 SS

Re: [RFC] c++: Vectorizing default struct and std::array equality

2025-08-29 Thread Sam James
Thomas de Bock writes: > From 289487b58709575a90fca0cbebc6ae968aba73ab Mon Sep 17 00:00:00 2001 > From: Thomas de Bock > Date: Thu, 28 Aug 2025 16:10:08 +0100 > Subject: [PATCH] Vectorizing default struct and std::array equality Not a review (and I'm not the person to do it), but some small com

[RFC] c++: Vectorizing default struct and std::array equality

2025-08-28 Thread Thomas de Bock
>From 289487b58709575a90fca0cbebc6ae968aba73ab Mon Sep 17 00:00:00 2001 From: Thomas de Bock Date: Thu, 28 Aug 2025 16:10:08 +0100 Subject: [PATCH] Vectorizing default struct and std::array equality --- Notes: Added 2 SSA passes enabling the vectorization of default equality on structs and