>> , which moves the getelementptr logic out of LSR into
>> SCEV, and generalizes it to handle more pointer expressions.
> 
> Interesting approach.  Does this impact the -indvars pass at all?

Probably ;-).

It would probably rewrite more expressions, probably including transforming
striding getelementptrs into integer operations, which I hear basicaa
wouldn't immediately appreciate, though there are ways to fix that.

Dan

-- 
Dan Gohman, Cray Inc.
_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to