This is the mail archive of the gcc@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]

Re: Value Range Propagation Pass Status


John Wehle writes:
 > I've been working on a pass (when time has allowed :-) to track
 > and make use of value ranges associated with pseudo registers.

Great.  I coded a naive implementation about a year ago as an
experiment.  My goal was to estimate bounds on loop iterations.

Could your pass be run before loop optimisation so that we can acquire
this information for the loop optimizer?

Michael.




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