On Tue, Nov 5, 2024 at 10:52 AM Hu, Lin1 wrote:
>
> Hi, all
>
> __builtin_ia32_prefetch's op1 should be between 0 and 2. So add an error
> handler.
>
> Bootstrapped and regtested on x86_64-pc-linux-gnu, there is a unrelated FAIL
> that has yet to be found root cause, just send patch for review.
>
Hi, all
__builtin_ia32_prefetch's op1 should be between 0 and 2. So add an error
handler.
Bootstrapped and regtested on x86_64-pc-linux-gnu, there is a unrelated FAIL
that has yet to be found root cause, just send patch for review.
BRs,
Lin
gcc/ChangeLog:
PR target/117416
* co