GCN: Enable effective-target 'vect_long_mult'
... as made apparent by commit bfd6b36f08
"testsuite/vect: Fix pr25413a.c expectations [PR109705]" causing:
PASS: gcc.dg/vect/pr25413a.c (test for excess errors)
PASS: gcc.dg/vect/pr25413a.c execution test
-PASS: gcc.dg/vect/pr25413a.c scan-tree-dump-times vect "vectorized 2 loops" 1
+FAIL: gcc.dg/vect/pr25413a.c scan-tree-dump-times vect "vectorized 1 loops" 1
..., which this commit resolves.
gcc/testsuite/
* lib/target-supports.exp (check_effective_target_vect_long_mult):
Enable for GCN.
This commit is contained in:
parent
7cc68c4863
commit
e162228e0b
1 changed files with 2 additions and 1 deletions
|
@ -9059,7 +9059,8 @@ proc check_effective_target_vect_long_mult { } {
|
|||
|| ([istarget riscv*-*-*]
|
||||
&& [check_effective_target_riscv_v])
|
||||
|| ([istarget loongarch*-*-*]
|
||||
&& [check_effective_target_loongarch_sx]) } {
|
||||
&& [check_effective_target_loongarch_sx])
|
||||
|| [istarget amdgcn-*-*] } {
|
||||
set answer 1
|
||||
} else {
|
||||
set answer 0
|
||||
|
|
Loading…
Add table
Reference in a new issue