[LLVMdev] disable llc optimizations

Duncan Sands baldrick at free.fr
Mon Dec 6 10:11:15 PST 2010


Hi Andrew,

> How would I disable dead code elimination in llc?  Can that be done via the
> command line or do I need to modify llc's source?

I don't think llc does non-trivial dead code elimination (though I could be
wrong).  Did you mean "opt"?

Ciao, Duncan.



More information about the llvm-dev mailing list