[LLVMdev] Data dependence analysis

Chris Lattner sabre at nondot.org
Mon Jul 14 13:59:46 PDT 2008


On Mon, 14 Jul 2008, Nadav Rotem wrote:
> Data Dependence Analysis is great. I am sure it would help the loop
> optimizations effort that Dr. Adve mentioned last month. After we have
> DDA we can implement software pipelining* (modulo scheduler). Chris,
> would you accept a software pipelining transformation as a pass or would
> you want it as part of the different backends ?

Hi Nadav,

I'm not sure what you mean by being a pass vs being a part of the 
different backends.

Ideally it would be a code generator pass that could be used by any 
target.

-Chris

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



More information about the llvm-dev mailing list