Re: [PATCH v1] RISC-V: Make vector strided load alias all other memories
OK. -- Regards Robin
[PATCH v1] RISC-V: Make vector strided load alias all other memories
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