[llvm-commits] [llvm] r150939 - /llvm/trunk/lib/Transforms/IPO/GlobalOpt.cpp
Chris Lattner
clattner at apple.com
Sun Feb 19 17:40:46 PST 2012
On Feb 19, 2012, at 4:37 PM, NAKAMURA Takumi wrote:
> 2012/2/20 Chris Lattner <clattner at apple.com>:
>> Nice! It's probably best to rename the "Evaluate" class to "Evaluator". Also, it can be put into an anon namespace. Thanks Nick!
>
> Rather, could we integrate the evaluators in globalopt,
> constantfolding (and EE/Interpreter)?
They all do different things (and the interpreter should be killed :), so I don't think it makes sense.
-Chris
More information about the llvm-commits
mailing list