[LLVMdev] delete/creates modules

Chris Lattner sabre at nondot.org
Mon Aug 13 12:11:47 PDT 2007


On Mon, 13 Aug 2007, nico wrote:
> is it possible to implement a pass which creates new modules or
> deletes old ones (which kind of pass could do this)?
> Perhaps there is already a pass which implements that - but I didn't
> found it.

Nope, passes work within a module, they can't create/delete them.

> BTW: will there be one day the Cell BE slides on the dev-meeting
> webpages?

I don't know.  Pester Scott about it :)

-Chris

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



More information about the llvm-dev mailing list