]> git.ipfire.org Git - thirdparty/gcc.git/commit
GCN: Enable effective-target 'vect_long_long'
authorThomas Schwinge <tschwinge@baylibre.com>
Tue, 16 Apr 2024 12:10:15 +0000 (14:10 +0200)
committerThomas Schwinge <tschwinge@baylibre.com>
Wed, 17 Apr 2024 09:24:05 +0000 (11:24 +0200)
commit420ece6b2334bcbbd9da905866f2ca77d4b5fdae
tree057e56750df13bd422bfe8703dd6df0cbddfa167
parent909c6faf2c726178d115726e56304eac91cff6e9
GCN: Enable effective-target 'vect_long_long'

... as made apparent by a number of unexpectedly UNSUPPORTED test cases, which
now all turn into PASS, with just one exception:

    PASS: gcc.dg/vect/vect-early-break_124-pr114403.c (test for excess errors)
    PASS: gcc.dg/vect/vect-early-break_124-pr114403.c execution test
    FAIL: gcc.dg/vect/vect-early-break_124-pr114403.c scan-tree-dump vect "LOOP VECTORIZED"

..., which needs to be looked into, separately.

gcc/testsuite/
* lib/target-supports.exp (check_effective_target_vect_long_long):
Enable for GCN.
gcc/testsuite/lib/target-supports.exp