On 07/10/2023 02:04, juzhe.zh...@rivai.ai wrote:
Thanks for reporting it.
I think we may need to change it into:
+ /* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 4
"vect" { target {! vect_load_lanesĀ } } } } */
+/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 3
"vect" { target vect_strided5 && vect_load_lanesĀ } } } */
Could you verify it whether it work for you ?
You need an additional set of curly braces in the second line to avoid a
syntax error message, but I get a pass with that change.
Thanks
Andrew