[llvm-commits] [llvm] r160796 - in /llvm/trunk: include/llvm/CodeGen/Passes.h include/llvm/InitializePasses.h lib/CodeGen/CMakeLists.txt lib/CodeGen/EarlyIfConversion.cpp lib/CodeGen/MachineTraceMetrics.cpp lib/CodeGen/MachineTraceMetrics.h

Jakob Stoklund Olesen stoklund at 2pi.dk
Thu Jul 26 12:40:53 PDT 2012


On Jul 26, 2012, at 11:55 AM, Chad Rosier <mcrosier at apple.com> wrote:

>> //===----------------------------------------------------------------------===//
>> 
>> #define DEBUG_TYPE "early-ifcvt"
> 
> Seems reasonable that this debug info would be enabled with early if-converstion, but was this intentional?  I could imagine this passing being used by other passes as well (e.g., a trace scheduler).

Yes, it was intentional, because for now early-ifcvt is the only client, and --debug-only doesn't accept multiple domains.

When things settle down, and we gain multiple clients, I can change it.

/jakob




More information about the llvm-commits mailing list