Re: [PATCH] __builtin_prefetch fixes [PR117608]

2024-11-27 Thread Hongtao Liu
On Wed, Nov 27, 2024 at 8:50 PM Richard Biener wrote: > > On Wed, 27 Nov 2024, Jakub Jelinek wrote: > > > Hi! > > > > The r15-4833-ge9ab41b79933 patch had among tons of config/i386 > > specific changes also important change to the generic code, allowing > > also 2 as valid value of the second argu

Re: [PATCH] __builtin_prefetch fixes [PR117608]

2024-11-27 Thread Richard Biener
On Wed, 27 Nov 2024, Jakub Jelinek wrote: > Hi! > > The r15-4833-ge9ab41b79933 patch had among tons of config/i386 > specific changes also important change to the generic code, allowing > also 2 as valid value of the second argument of __builtin_prefetch: > - /* Argument 1 must be either zero or

[PATCH] __builtin_prefetch fixes [PR117608]

2024-11-27 Thread Jakub Jelinek
Hi! The r15-4833-ge9ab41b79933 patch had among tons of config/i386 specific changes also important change to the generic code, allowing also 2 as valid value of the second argument of __builtin_prefetch: - /* Argument 1 must be either zero or one. */