[llvm-commits] [llvm] r148105 - in /llvm/trunk: include/llvm/CodeGen/Passes.h include/llvm/InitializePasses.h include/llvm/Target/TargetOptions.h lib/CodeGen/CMakeLists.txt lib/CodeGen/CodeGen.cpp lib/CodeGen/MachineScheduler.cpp lib/CodeGen/RegAllocBasic.cpp lib/CodeGen/RegAllocGreedy.cpp lib/Target/TargetMachine.cpp

Jakob Stoklund Olesen stoklund at 2pi.dk
Mon Jan 16 11:51:19 PST 2012


On Jan 16, 2012, at 9:48 AM, Evan Cheng wrote:

> Hi Andy,
> 
> Can we avoid adding anything to TargetOptions.h? Noticed now there is a TargetOptions class that capture codegen options.
> 
> Does it make sense to add MISched to "basic" reg-allocator? If not, then you can move the command line option into RegAllocGreedy.cpp.

It could go in RegAllocBase.cpp, like -verify-regalloc.

/jakob





More information about the llvm-commits mailing list