[LLVMdev] using a SCEV

Chris Lattner sabre at nondot.org
Tue Feb 13 22:21:25 PST 2007


On Mon, 12 Feb 2007, Dan Gohman wrote:
> If I have a value with a SCEV for which the hasComputableLoopEvolution
> member function returns true for a given loop, is there a way to construct
> the value one or more iterations ahead in the loop? I guess I can dyn_cast
> the SCEV down to each of the various subclasses and construct these values
> myself for each one, but I'm wondering if there's something I missed.

Yeah, unfortunately, that's the only way to do it.  I'd suggest making 
this a helper function somewhere, it sounds like a generally useful 
routine, e.g. for dependence analysis.

-Chris

-- 
http://nondot.org/sabre/
http://llvm.org/



More information about the llvm-dev mailing list