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 GCC][01/13]Introduce internal function IFN_LOOP_DIST_ALIAS


Just a couple of cosmetic things:

"Bin.Cheng" <amker.cheng@gmail.com> writes:
> @@ -225,6 +225,15 @@ struct GTY ((chain_next ("%h.next"))) loop {
>       builtins.  */
>    tree simduid;
>  
> +  /* For loops generated by distribution with runtime alias checks, this
> +     is a unique identifier of the original distributed loop.  Generally
> +     it is the number of the original loop.  IFN_LOOP_DIST_ALIAS builtin
> +     uses this id as its first argument.  Give a loop with an id, we can
> +     look upward in dominance tree for the corresponding IFN_LOOP_DIST_ALIAS
> +     buildin.  Note this id has no meanling after IFN_LOOP_DIST_ALIAS is

s/meanling/meaning/

> +/* Fold LOOP_DIST_ALIAS internal call stmt according to KEEP_P and update
> +   any immediate uses of it's LHS.  Stmt is folded to its second argument

s/it's/its/

Thanks,
Richard


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