[LLVMdev] Are these projects still "open"?

Nick Lewycky nicholas at mxc.ca
Mon Jan 29 20:00:00 PST 2007


Prashanth Radhakrishnan wrote:
> I'm looking to do a semester-long course project involving LLVM.
> 
> To avoid duplicating efforts, I wanted to know if the following projects 
> (lifted off http://llvm.org/OpenProjects.html) are done with or are 
> currently worked upon. Atleast I couldn't find evidence of these in the 
> 1.9 sources.
> 
>    3. Value range propagation pass

I've started a pass which I hope will become a VRP pass some day. It's
the Predicate Simplifier, currently disabled. I'd welcome any help on
it. There's a ton of additional optimizations it could be doing.

> From what I've seen of LLVM, I think this is a cool Compiler 
> Infrastructure you've built!

Indeed! I hope you find LLVM as enjoyable as I have!

Nick Lewycky



More information about the llvm-dev mailing list