This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Gimple vs ternary operations?
On 06/22/2010 11:39 AM, Jakub Jelinek wrote:
> On Tue, Jun 22, 2010 at 11:34:30AM +0200, Richard Guenther wrote:
>> We should add support for a GIMPLE_TERNARY_RHS class.
>
> It hasn't been added before because ternary ops were considered rare
> (primarily just COND_EXPR). If they are no longer so rare that it is worth
> adding handling of GIMPLE_TERNARY_RHS on all spots that need adjusting
> because of it, let's change it.
Thanks guys. Patch coming.
Bernd