]> git.ipfire.org Git - thirdparty/gcc.git/commit
testsuite: AMDGCN test for vect-early-break_38.c as well to consistent architecture...
authorTamar Christina <tamar.christina@arm.com>
Wed, 23 Apr 2025 07:07:23 +0000 (08:07 +0100)
committerTamar Christina <tamar.christina@arm.com>
Wed, 23 Apr 2025 08:08:10 +0000 (09:08 +0100)
commitb2f5a662d2696f5c49cf5925839e4a7c41c26653
tree94ebea469f87e70b52e791b7dcb596135eaf8442
parentf58f528f6d2a821a5dadffaa7f00a42943bd6ce4
testsuite: AMDGCN test for vect-early-break_38.c as well to consistent architecture [PR119286]

I had missed this one during the AMDGCN test failures.

Like vect-early-break_18.c this test is also scalaring the
loads and thus leading to unexpected vectorization for this
testcase.

gcc/testsuite/ChangeLog:

PR target/119286
* gcc.dg/vect/vect-early-break_38.c: Force -march=gfx908 for amdgcn.

(cherry picked from commit 50a747215e45783de4fd64e47d0851f07d3a44df)
gcc/testsuite/gcc.dg/vect/vect-early-break_38.c