search for: 1006011

Displaying 1 result from an estimated 1 matches for "1006011".

Did you mean: 100011
2009 Sep 01
2
[LLVMdev] Turning Off Backend Passes
So LLVMTargetMachine.cpp adds lots of transformation passes in the various addPasses* routines. We'd prefer not to run all of these things (LSR, for example). We've sort of dealt with it for now but we'd really like to be able to turn some of these things off in a convenient way. We could just comment stuff out but we'd like to remain as close to upstream as possible. Can