[LLVMdev] Adding option to LLVM opt to disable a specific pass from command line

Seb babslachem at gmail.com
Wed Dec 7 02:07:02 PST 2011


Hi all,

I would like to add an option for LLVM 'opt' to disable a specific
optimization pass from command line.

The idea is to have something like:

opt -O2 -disable-pass=[passname,...]

Do you think it could be useful ? How should I proceed to develop it and
commit changes to LLVM trunk ?
Thanks for your advices and recommandations.
Best Regards
Seb
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111207/6608b7ff/attachment.html>


More information about the llvm-dev mailing list