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: Simple Value Range Propagation - version 2


Hi Josef,

> *************** Dump after running tracer, to @file{@var
> *** 3215,3220 ****
> --- 3215,3223 ----
>   @item u
>   @opindex du
>   Dump after null pointer elimination pass to @file{@var{file}.08.null}.
> + @item V
> + @opindex dV
> + Dump after value range propagation, to @file{@var{file}.11.vrp}.
>   @item w
>   @opindex dw
>   Dump after the second flow pass, to @file{@var{file}.28.flow2}.

Just a nit.  You need to shift all the other passes after vrp by one.

  28.flow2 -> 29.flow2, etc.

Kazu Hirata


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