Re: [PATCH] middle-end: reorder masking priority of math functions

2024-10-07 Thread Victor Do Nascimento
On 10/7/24 10:52, Richard Biener wrote: On Wed, Oct 2, 2024 at 6:26 PM Victor Do Nascimento wrote: Given the categorization of math built-in functions as `ECF_CONST', when if-converting their uses, their calls are not masked and are thus called with an all-true predicate. This, however, is no

Re: [PATCH] middle-end: reorder masking priority of math functions

2024-10-07 Thread Richard Biener
On Wed, Oct 2, 2024 at 6:26 PM Victor Do Nascimento wrote: > > Given the categorization of math built-in functions as `ECF_CONST', > when if-converting their uses, their calls are not masked and are thus > called with an all-true predicate. > > This, however, is not appropriate where built-ins hav

Re: [PATCH] middle-end: reorder masking priority of math functions

2024-10-04 Thread Victor Do Nascimento
On 10/4/24 09:32, Tamar Christina wrote: Hi Victor, -Original Message- From: Victor Do Nascimento Sent: Wednesday, October 2, 2024 5:26 PM To: gcc-patches@gcc.gnu.org Cc: Tamar Christina ; richard.guent...@gmail.com; Victor Do Nascimento Subject: [PATCH] middle-end: reorder masking pr

RE: [PATCH] middle-end: reorder masking priority of math functions

2024-10-04 Thread Tamar Christina
Hi Victor, > -Original Message- > From: Victor Do Nascimento > Sent: Wednesday, October 2, 2024 5:26 PM > To: gcc-patches@gcc.gnu.org > Cc: Tamar Christina ; richard.guent...@gmail.com; > Victor Do Nascimento > Subject: [PATCH] middle-end: reorder masking priority of math functions > >