This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] PR middle-end/53850: memset builtin problem in TM


On 09/21/2012 02:00 PM, Aldy Hernandez wrote:
> +	  /* ?? For TM_* builtin replacements, can we set this to FALSE??
> +	     Otherwise, do we need to propagate the may_irr bit?  */
> +	  node->local.tm_may_enter_irr = true;

Yes we can.  Indeed, I think we should have to insist on it.

Assert that the replacement is one of our TM builtins.  If we're
replacing anything else at this stage, something (else) bad has happened.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]