RE: [testsuite] Fix bb-slp-77.c for x86

2024-10-31 Thread Jiang, Haochen
> From: Kugan Vivekanandarajah > Sent: Thursday, October 31, 2024 4:29 PM > > This test bb-slp-77.c extracted relies on the completely unrolling of the > inner > loop. However, for x86 in gcc.dg/vect/, loop is not unrolled and the inner > loop > is vectorized thus not triggering expected BB

[testsuite] Fix bb-slp-77.c for x86

2024-10-31 Thread Kugan Vivekanandarajah
This test bb-slp-77.c extracted relies on the completely unrolling of the inner loop. However, for x86 in gcc.dg/vect/, loop is not unrolled and the inner loop is vectorized thus not triggering expected BB SLP Also noticed that the "vectorizing stmts using SLP” count is different when I for