mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 03:46:53 -05:00
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.
This commit is contained in:
@@ -7698,7 +7698,8 @@ proc check_effective_target_vect_long_long { } {
|
||||
|| ([istarget riscv*-*-*]
|
||||
&& [check_effective_target_riscv_v])
|
||||
|| ([istarget loongarch*-*-*]
|
||||
&& [check_effective_target_loongarch_sx])}}]
|
||||
&& [check_effective_target_loongarch_sx])
|
||||
|| [istarget amdgcn-*-*] }}]
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user