]> git.ipfire.org Git - thirdparty/gcc.git/commit
testsuite: add the case to cover the vectorization of A[(i+x)*stride] [PR114322]
authorHao Liu <hliu@os.amperecomputing.com>
Wed, 20 Mar 2024 09:37:01 +0000 (17:37 +0800)
committerHao Liu <hliu@os.amperecomputing.com>
Wed, 20 Mar 2024 09:38:32 +0000 (17:38 +0800)
commit4c276896d646c2dbc8047fd81d6e65f8c5ecf01d
tree0371f5d8c78194ce20868181da56518ec078b33d
parent0ba773df160ab1552d76eb51248d0b4d4ca86fae
testsuite: add the case to cover the vectorization of A[(i+x)*stride] [PR114322]

This issues has been fixed by r14-9540-ge0e9499a in PR114151. Tested on
aarch64-linux-gnu.

gcc/testsuite/ChangeLog:

PR tree-optimization/114322
* gcc.dg/vect/pr114322.c: New testcase.
gcc/testsuite/gcc.dg/vect/pr114322.c [new file with mode: 0644]