Displaying 1 result from an estimated 1 matches for "regallocdebugsimplifi".
Did you mean:
regallocdebugsimplify
2007 Oct 15
2
[LLVMdev] cl::opt Ideas
I've added some debugging flags to my register allocator here to
turn on and off specific debug messages. I did this with llvm::cl::bits
which allows me to turn on multiple options.
But its kind of ugly because each option is independent as far as
llvm is concerned and I have to prefix each option with something
like RegallocDebug so users know what it's about. For example: