Re: [PATCH v1] RISC-V: Make vector strided load alias all other memories

2024-12-13 Thread Robin Dapp
OK. -- Regards Robin

[PATCH v1] RISC-V: Make vector strided load alias all other memories

2024-12-12 Thread pan2 . li
From: Pan Li The vector strided load doesn't include the (mem:BLK (scratch)) to alias all other memories. It will make the alias analysis only consider the base address of strided load and promopt the store before the strided load. For example as below #define STEP 10 char d[225]; int e