public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: "juzhe.zhong@rivai.ai" <juzhe.zhong@rivai.ai>
To: "Edwin Lu" <ewlu@rivosinc.com>,  gcc-patches <gcc-patches@gcc.gnu.org>
Cc: "Robin Dapp" <rdapp.gcc@gmail.com>,
	 kito.cheng <kito.cheng@gmail.com>,
	 jeffreyalaw <jeffreyalaw@gmail.com>,
	 palmer <palmer@rivosinc.com>,  vineetg <vineetg@rivosinc.com>,
	 "Patrick O'Neill" <patrick@rivosinc.com>
Subject: Re: Re: [COMMITTED V3 1/4] RISC-V: Add non-vector types to dfa pipelines
Date: Thu, 1 Feb 2024 14:42:28 +0800	[thread overview]
Message-ID: <E76B0AAEA82EACE3+202402011442278934929@rivai.ai> (raw)
In-Reply-To: <c0850e6e-19b0-48e3-a763-8bc98937a0ab@rivosinc.com>

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

Maybe I do the wrong testing. Let me use a clean linux environment and try again.



juzhe.zhong@rivai.ai
 
From: Edwin Lu
Date: 2024-02-01 14:13
To: juzhe.zhong@rivai.ai; gcc-patches
CC: Robin Dapp; kito.cheng; jeffreyalaw; palmer; vineetg; Patrick O'Neill
Subject: Re: [COMMITTED V3 1/4] RISC-V: Add non-vector types to dfa pipelines
From what I know, if it was a problem with my dfa reservation assert, 
it would have ICEd in riscv.cc and not riscv-v.cc. For now I reverted 
the changes since I don't want to leave things possibly broken overnight 
and not knowing which patch is the root cause. I kicked off another set 
of test runs using our full gcc postcommit testing configurations and 
should have those results in tomorrow. Hopefully it was just a missed 
config target I didn't test and wasn't tested on the precommit ci.
 
Edwin
 
On 1/31/2024 9:42 PM, Edwin Lu wrote:
> Hi Juzhe,
> 
> I didn't see any ICEs when I tested locally (tested on 
> https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=8123f3ca3fd891034a8366518e756f161c4ff40d). Can you tell me what config you're using?
> 
> Edwin
> 
> On 1/31/2024 6:57 PM, juzhe.zhong@rivai.ai wrote:
>> Hi, all.
>>
>> https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=26c34b809cd1a6249027730a8b52bbf6a1c0f4a8 <https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=26c34b809cd1a6249027730a8b52bbf6a1c0f4a8>
>> https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=e56fb037d9d265682f5e7217d8a4c12a8d3fddf8 <https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=e56fb037d9d265682f5e7217d8a4c12a8d3fddf8>
>> https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=4b799a16ae59fc0f508c5931ebf1851a3446b707 <https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=4b799a16ae59fc0f508c5931ebf1851a3446b707>
>> https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=23cd2961bd2ff63583f46e3499a07bd54491d45c <https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=23cd2961bd2ff63583f46e3499a07bd54491d45c>
>>
>> These 4 commits cause all testcases failed (ICE and dump FAILs).
>>
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/scatter_store_32-4.c 
>> scan-tree-dump-times vect "vectorized 1 loops in function" 11
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_scatter_store_32-1.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_scatter_store_32-1.c 
>> (test for excess errors)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_scatter_store_32-1.c 
>> scan-tree-dump-times vect "vectorized 1 loops in function" 11
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/gather_load_run-11.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/gather_load_run-11.c 
>> (test for excess errors)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/scatter_store_64-1.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/scatter_store_64-1.c 
>> (test for excess errors)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/scatter_store_64-1.c 
>> scan-tree-dump-times vect "vectorized 1 loops in function" 11
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_gather_load_64-4.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_gather_load_64-4.c 
>> (test for excess errors)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_gather_load_64-4.c 
>> scan-tree-dump-times vect "vectorized 1 loops in function" 11
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/gather_load_64-2.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/gather_load_64-2.c 
>> (test for excess errors)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/gather_load_64-2.c 
>> scan-tree-dump-times vect "vectorized 1 loops in function" 11
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/gather_load_64-8.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/gather_load_64-8.c 
>> (test for excess errors)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/gather_load_64-8.c 
>> scan-tree-dump-times vect "vectorized 1 loops in function" 11
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_gather_load_32-5.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_gather_load_32-5.c 
>> (test for excess errors)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_gather_load_32-5.c 
>> scan-tree-dump-times vect "vectorized 1 loops in function" 11
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_scatter_store_64-3.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_scatter_store_64-3.c 
>> (test for excess errors)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_scatter_store_64-3.c 
>> scan-tree-dump-times vect "vectorized 1 loops in function" 11
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_gather_load_run-9.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_gather_load_run-9.c 
>> (test for excess errors)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_scatter_store_32-3.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_scatter_store_32-3.c 
>> (test for excess errors)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_scatter_store_32-3.c 
>> scan-tree-dump-times vect "vectorized 1 loops in function" 11
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/gather_load_32-4.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/gather_load_32-4.c 
>> (test for excess errors)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/gather_load_32-4.c 
>> scan-tree-dump-times vect "vectorized 1 loops in function" 11
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/offset_extend-1.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/offset_extend-1.c 
>> (test for excess errors)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_scatter_store_64-2.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_scatter_store_64-2.c 
>> (test for excess errors)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_scatter_store_64-2.c 
>> scan-tree-dump-times vect "vectorized 1 loops in function" 11
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_gather_load_run-3.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_gather_load_run-3.c 
>> (test for excess errors)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_scatter_store_run-7.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_scatter_store_run-7.c 
>> (test for excess errors)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/gather_load_run-9.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/gather_load_run-9.c 
>> (test for excess errors)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/scatter_store_64-2.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/scatter_store_64-2.c 
>> (test for excess errors)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/scatter_store_64-2.c 
>> scan-tree-dump-times vect "vectorized 1 loops in function" 11
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_gather_load_32-5.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_gather_load_32-5.c 
>> (test for excess errors)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_gather_load_32-5.c 
>> scan-tree-dump-times vect "vectorized 1 loops in function" 11
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/gather_load_run-4.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/scatter_store_64-3.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/gather_load_run-4.c 
>> (test for excess errors)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/scatter_store_run-10.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/scatter_store_64-3.c 
>> (test for excess errors)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/scatter_store_run-10.c 
>> (test for excess errors)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/scatter_store_64-3.c 
>> scan-tree-dump-times vect "vectorized 1 loops in function" 11
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_scatter_store_run-8.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_scatter_store_run-8.c 
>> (test for excess errors)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/gather_load_run-7.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/gather_load_run-7.c 
>> (test for excess errors)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/scatter_store_32-2.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/scatter_store_32-2.c 
>> (test for excess errors)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/scatter_store_32-2.c 
>> scan-tree-dump-times vect "vectorized 1 loops in function" 11
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_scatter_store_32-4.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_scatter_store_32-4.c 
>> (test for excess errors)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_scatter_store_run-3.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_scatter_store_run-3.c 
>> (test for excess errors)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/strided_load_run-1.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/strided_load_run-1.c 
>> (test for excess errors)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_gather_load_run-10.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_gather_load_run-10.c 
>> (test for excess errors)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_scatter_store_64-2.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_scatter_store_64-2.c 
>> (test for excess errors)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_scatter_store_64-2.c 
>> scan-tree-dump-times vect "vectorized 1 loops in function" 11
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_scatter_store_32-4.c 
>> scan-tree-dump-times vect "vectorized 1 loops in function" 11
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_gather_load_run-2.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_gather_load_run-2.c 
>> (test for excess errors)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/scatter_store_32-1.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/scatter_store_32-1.c 
>> (test for excess errors)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/scatter_store_32-1.c 
>> scan-tree-dump-times vect "vectorized 1 loops in function" 11
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/scatter_store_run-10.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/scatter_store_run-10.c 
>> (test for excess errors)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/gather_load_run-6.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/gather_load_run-6.c 
>> (test for excess errors)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_gather_load_32-5.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_gather_load_32-5.c 
>> (test for excess errors)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/scatter_store_run-5.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/scatter_store_run-5.c 
>> (test for excess errors)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_scatter_store_run-10.c (internal compiler error: in validate_change_or_fail, at config/riscv/riscv-v.cc:4972)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_scatter_store_run-10.c (test for excess errors)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_scatter_store_32-2.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_scatter_store_32-2.c 
>> (test for excess errors)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_gather_load_32-5.c 
>> scan-tree-dump-times vect "vectorized 1 loops in function" 11
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_scatter_store_32-2.c 
>> scan-tree-dump-times vect "vectorized 1 loops in function" 11
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/scatter_store_64-2.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/scatter_store_64-2.c 
>> (test for excess errors)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/scatter_store_64-2.c 
>> scan-tree-dump-times vect "vectorized 1 loops in function" 11
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/scatter_store_run-3.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/scatter_store_run-3.c 
>> (test for excess errors)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/gather_load_run-7.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/gather_load_run-7.c 
>> (test for excess errors)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/gather_load_32-3.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/gather_load_32-3.c 
>> (test for excess errors)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/gather_load_32-3.c 
>> scan-tree-dump-times vect "vectorized 1 loops in function" 11
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_scatter_store_64-4.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_scatter_store_64-4.c 
>> (test for excess errors)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_scatter_store_64-4.c 
>> scan-tree-dump-times vect "vectorized 1 loops in function" 11
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/gather_load_run-12.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/gather_load_run-12.c 
>> (test for excess errors)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_gather_load_64-5.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_gather_load_64-5.c 
>> (test for excess errors)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_gather_load_64-5.c 
>> scan-tree-dump-times vect "vectorized 1 loops in function" 11
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/strided_store_run-1.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/strided_store_run-1.c 
>> (test for excess errors)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/gather_load_64-3.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/gather_load_64-3.c 
>> (test for excess errors)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_scatter_store_run-10.c (internal compiler error: in validate_change_or_fail, at config/riscv/riscv-v.cc:4972)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_scatter_store_run-10.c (test for excess errors)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_scatter_store_32-4.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_scatter_store_32-1.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_scatter_store_32-4.c 
>> (test for excess errors)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_scatter_store_32-1.c 
>> (test for excess errors)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_scatter_store_32-4.c 
>> scan-tree-dump-times vect "vectorized 1 loops in function" 11
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/gather_load_64-3.c 
>> scan-tree-dump-times vect "vectorized 1 loops in function" 11
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_scatter_store_32-1.c 
>> scan-tree-dump-times vect "vectorized 1 loops in function" 11
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_gather_load_32-6.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_gather_load_32-6.c 
>> (test for excess errors)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_gather_load_32-6.c 
>> scan-tree-dump-times vect "vectorized 1 loops in function" 11
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/scatter_store_32-1.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/scatter_store_32-1.c 
>> (test for excess errors)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/scatter_store_32-1.c 
>> scan-tree-dump-times vect "vectorized 1 loops in function" 11
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/scatter_store_run-9.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/scatter_store_run-9.c 
>> (test for excess errors)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/gather_load_64-12.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/gather_load_64-12.c 
>> (test for excess errors)
>> FAIL: 
>> gcc.target/riscv/rvv/autovec/gather-scatter/mask_scatter_store_64-3.c 
>> (internal compiler error: in validate_change_or_fail, at 
>> config/riscv/riscv-v.cc:4972)
>> ------------------------------------------------------------------------
>> juzhe.zhong@rivai.ai
> 
> 
 

  reply	other threads:[~2024-02-01  6:42 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-01  2:57 juzhe.zhong
2024-02-01  5:42 ` Edwin Lu
2024-02-01  5:42   ` Edwin Lu
2024-02-01  6:13   ` Edwin Lu
2024-02-01  6:42     ` juzhe.zhong [this message]
2024-02-01  6:55     ` juzhe.zhong
2024-02-01  7:05     ` juzhe.zhong
2024-02-01  7:29       ` Li, Pan2
2024-02-01 17:43         ` Edwin Lu
2024-02-01 17:43           ` Edwin Lu
2024-02-02  3:56           ` Li, Pan2
2024-02-02  4:28             ` Li, Pan2
2024-02-03  0:29               ` Edwin Lu
2024-02-03  0:29                 ` Edwin Lu
2024-02-03  7:10                 ` Li, Pan2
2024-02-05 18:42                   ` Edwin Lu
2024-02-05 18:42                     ` Edwin Lu
2024-02-15  9:25                     ` Li, Pan2
2024-02-15 17:29                       ` Edwin Lu
2024-02-15 17:29                         ` Edwin Lu
2024-02-01 17:57       ` Edwin Lu
2024-02-01 17:57         ` Edwin Lu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E76B0AAEA82EACE3+202402011442278934929@rivai.ai \
    --to=juzhe.zhong@rivai.ai \
    --cc=ewlu@rivosinc.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=jeffreyalaw@gmail.com \
    --cc=kito.cheng@gmail.com \
    --cc=palmer@rivosinc.com \
    --cc=patrick@rivosinc.com \
    --cc=rdapp.gcc@gmail.com \
    --cc=vineetg@rivosinc.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).