Re: [PATCH 1/2] RISC-V: prefetch: const offset needs to have 5 bits zero, not 4

2025-07-03 Thread Jeff Law
On 7/3/25 5:19 PM, Vineet Gupta wrote: Spotted this by chance as I saw a similar fixup in comments. From comments, I think this is needed, but I've not hit any issues due to this. gcc/ChangeLog: * config/riscv/predicates.md (prefetch_operand): mack 5 bits. Signed-off-by: Vineet Gup

[PATCH 1/2] RISC-V: prefetch: const offset needs to have 5 bits zero, not 4

2025-07-03 Thread Vineet Gupta
Spotted this by chance as I saw a similar fixup in comments. >From comments, I think this is needed, but I've not hit any issues due to this. gcc/ChangeLog: * config/riscv/predicates.md (prefetch_operand): mack 5 bits. Signed-off-by: Vineet Gupta --- gcc/config/riscv/predicates.md | 4