Just a couple of cosmetic things: "Bin.Cheng" <amker.ch...@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