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:
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