]> git.ipfire.org Git - thirdparty/gcc.git/commit
[committed] Add check_vect in a testcase
authorMatthew Malcomson <matthew.malcomson@arm.com>
Wed, 26 Jul 2023 15:53:18 +0000 (16:53 +0100)
committerMatthew Malcomson <matthew.malcomson@arm.com>
Wed, 26 Jul 2023 15:53:18 +0000 (16:53 +0100)
commitd74aed3d7aefbb661ae629a91ca7baa4916085f0
tree7cebe2f6eeae35570513316df2000de6c2982fa3
parentb51795c832cf6e724d61919eb18a383223b76694
[committed] Add check_vect in a testcase

Also reformat a comment that had too long lines.
Commit c5bd0e5870a introduced both these problems to fix.

Committed as obvious after ensuring that when running the testcase on
AArch64 it still fails before the original c5bd0e5870a commit and passes
after it.

gcc/ChangeLog:

* tree-vect-stmts.cc (get_group_load_store_type): Reformat
comment.

gcc/testsuite/ChangeLog:

* gcc.dg/vect/vect-multi-peel-gaps.c: Add `check_vect` call into
`main` of this testcase.
gcc/testsuite/gcc.dg/vect/vect-multi-peel-gaps.c
gcc/tree-vect-stmts.cc