[LLVMdev] Array Dependence Analysis
Wojciech Matyjewicz
wmatyjewicz at fastmail.fm
Tue Mar 18 08:03:27 PDT 2008
Hi,
Devang Patel wrote:
> LLVM loop transformer operates at loop level, which is not what many
> optimizers do in general. So, a loop level interface (i.e. based on
> LoopPass in llvm) to find loop-carried dependence is preferable to
> loop optimizer.
Do you mean making Array Dependence Analysis a loop-level analysis?
Would its results be available for some function-level pass then?
Wojtek
More information about the llvm-dev
mailing list