combine/dce patch for PR36003, PR42575

Paolo Bonzini bonzini@gnu.org
Mon Jun 28 10:32:00 GMT 2010


On 06/27/2010 11:05 PM, Eric Botcazou wrote:
> +      /* ??? This probably disables the MULT case for several platforms.  */
> +      if (GET_CODE (PATTERN (insn)) == PARALLEL)
> +	return NULL_RTX;

single_set would be a better match, no?

Paolo



More information about the Gcc-patches mailing list