Re: Re: [PATCH] RISC-V: Add testcases for VSETVL PASS

2022-12-26 Thread 钟居哲
This is another issue and I have no idea. I think palmer or kito may have know how to solve it. It seems this patch https://gcc.gnu.org/pipermail/gcc-patches/2022-December/609045.html fixed previous issue which is more important. I think it's time to merge it. juzhe.zh...@rivai.ai From:

Re: Re: [PATCH] RISC-V: Add testcases for VSETVL PASS

2022-12-16 Thread 钟居哲
Register allocation (RA) doesn't affect the assembler checks since I relax the registers in assmebler checks, all assmebler checks have their own goal. For example: The code like this: +void foo2 (void * restrict in, void * restrict out, int n) +{ + for (int i = 0; i < n; i++) +{ + vuin