[llvm-dev] Removing IPConstantPropagation.cpp

Florian Hahn via llvm-dev llvm-dev at lists.llvm.org
Tue Jul 28 05:02:10 PDT 2020



> On Jul 28, 2020, at 02:01, Chris Lattner <clattner at nondot.org> wrote:
> 
> I’m ok removing it.  The only utility I can see is as a simple interprocedural pass for teaching people.  I’m not sure that it is the best thing to use for that.

Agreed, it has the potential for a relatively simple IPO example pass. I think it would need some accompanying material and if anyone is interested in using it as an example, it should be easy enough to restore the code and move it to llvm/examples.

Cheers,
Florian


More information about the llvm-dev mailing list