Re: [PATCH] RISC-V: Implement locality for __builtin_prefetch

2024-07-12 Thread Jeff Law
On 7/12/24 5:35 AM, Monk Chiang wrote: The patch add the Zihintntl instructions in the prefetch pattern. Zicbop has prefetch instructions. Zihintntl has NTL instructions. Insert NTL instructions before prefetch instruction, if target has Zihintntl extension. gcc/ChangeLog: * config/r

[PATCH] RISC-V: Implement locality for __builtin_prefetch

2024-07-12 Thread Monk Chiang
The patch add the Zihintntl instructions in the prefetch pattern. Zicbop has prefetch instructions. Zihintntl has NTL instructions. Insert NTL instructions before prefetch instruction, if target has Zihintntl extension. gcc/ChangeLog: * config/riscv/riscv.cc (riscv_print_operand): Add 'L'