public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] RISC-V/testsuite: Enable `vect_pack_trunc'
@ 2023-10-09 22:17 钟居哲
  2023-10-09 22:29 ` Maciej W. Rozycki
  0 siblings, 1 reply; 10+ messages in thread
From: 钟居哲 @ 2023-10-09 22:17 UTC (permalink / raw)
  To: gcc-patches; +Cc: macro, Jeff Law, rdapp.gcc, kito.cheng

[-- Attachment #1: Type: text/plain, Size: 1211 bytes --]

 		 && [check_effective_target_arm_little_endian])
 	     || ([istarget mips*-*-*]
 		 && [et-is-effective-target mips_msa])
+	     || [istarget riscv*-*-*]
 	     || ([istarget s390*-*-*]
 		 && [check_effective_target_s390_vx])
              || [istarget amdgcn*-*-*] }}]

You should change it into:

|| ([istarget riscv*-*-*]
     && [check_effective_target_riscv_v])

Then, these additional FAILs will be removed:

with no changes (except for intermittent Python failures for C++) with the 
remaining testsuites.  There are a few of regressions in `-march=rv64gc' 
testing:
+FAIL: gcc.dg/vect/pr97678.c scan-tree-dump vect "vectorizing stmts using SLP"
+FAIL: gcc.dg/vect/slp-13-big-array.c scan-tree-dump-times vect "vectorizing stmts using SLP" 3
+FAIL: gcc.dg/vect/slp-13.c scan-tree-dump-times vect "vectorizing stmts using SLP" 3
+FAIL: gcc.dg/vect/pr97678.c -flto -ffat-lto-objects  scan-tree-dump vect "vectorizing stmts using SLP"
+FAIL: gcc.dg/vect/slp-13-big-array.c -flto -ffat-lto-objects  scan-tree-dump-times vect "vectorizing stmts using SLP" 3
+FAIL: gcc.dg/vect/slp-13.c -flto -ffat-lto-objects  scan-tree-dump-times vect "vectorizing stmts using SLP" 3


juzhe.zhong@rivai.ai

^ permalink raw reply	[flat|nested] 10+ messages in thread
[parent not found: <202310100617151969156@rivai.ai>]

end of thread, other threads:[~2023-10-11  8:09 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-09 22:17 [PATCH] RISC-V/testsuite: Enable `vect_pack_trunc' 钟居哲
2023-10-09 22:29 ` Maciej W. Rozycki
2023-10-09 22:35   ` 钟居哲
2023-10-10 10:35     ` Maciej W. Rozycki
     [not found] <202310100617151969156@rivai.ai>
2023-10-09 22:21 ` 回复: " 钟居哲
2023-10-09 22:38   ` Maciej W. Rozycki
2023-10-10  1:13     ` juzhe.zhong
     [not found]       ` <ECB692E81C655BA8+4DDCD8AE-E842-4C12-9218-91A95D8658B3@rivai.ai>
2023-10-10 14:02         ` Jeff Law
2023-10-10 14:07           ` 钟居哲
2023-10-10 10:18     ` 回复: " Maciej W. Rozycki
2023-10-10 10:20       ` juzhe.zhong
2023-10-10 21:35         ` Maciej W. Rozycki
2023-10-10 22:01           ` 钟居哲
2023-10-11  8:09           ` juzhe.zhong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).