[llvm-commits] [llvm] r95975 - in /llvm/trunk: include/llvm/Analysis/ lib/Analysis/ lib/CodeGen/ lib/Transforms/Scalar/ test/CodeGen/ARM/ test/CodeGen/Thumb2/ test/CodeGen/X86/ test/Transforms/IndVarSimplify/ test/Transforms/LoopStrengthReduce/

Devang Patel devang.patel at gmail.com
Tue Feb 23 13:15:42 PST 2010


Dan,

On Sun, Feb 21, 2010 at 10:24 AM, Dan Gohman <gohman at apple.com> wrote:

>
> Thanks for the reminder.  I expect to solve this by adding an argument to
> addPassesToEmit...   The main inertia is in the clients.  I'll aim to tackle
> this soon.
>

Are there any reasons to keep addPassesToEmit... be in llvm/libCodegen
instead of pushing it up in llc (and llvm-gcc/llvm-back.cpp and
clang/lib/CodGen/.. ) just like selection of optimization passes ?

-
Devang




More information about the llvm-commits mailing list