: Tamar Christina ; richard.guent...@gmail.com;
Victor Do Nascimento
Subject: [PATCH] middle-end: Fix ifcvt predicate generation for masked function
calls
Up until now, due to a latent bug in the code for the ifcvt pass,
irrespective of the branch taken in a conditional statement, the
original
hes@gcc.gnu.org
> > Cc: Tamar Christina ; richard.guent...@gmail.com;
> > Victor Do Nascimento
> > Subject: [PATCH] middle-end: Fix ifcvt predicate generation for masked
> > function
> > calls
> >
> > Up until now, due to a latent bug in the code for the
> Subject: [PATCH] middle-end: Fix ifcvt predicate generation for masked
> function
> calls
>
> Up until now, due to a latent bug in the code for the ifcvt pass,
> irrespective of the branch taken in a conditional statement, the
> original condition for the if statement was used in
Up until now, due to a latent bug in the code for the ifcvt pass,
irrespective of the branch taken in a conditional statement, the
original condition for the if statement was used in masking the
function call.
Thus, for code such as:
if (a[i] > limit)
b[i] = fixed_const;
else
b[i] = f