Hi all,<br><br>I would like to add an option for LLVM 'opt' to disable a specific optimization pass from command line.<br><br>The idea is to have something like:<br><br>opt -O2 -disable-pass=[passname,...]<br><br>Do you think it could be useful ? How should I proceed to develop it and commit changes to LLVM trunk ?<br>
Thanks for your advices and recommandations.<br>Best Regards<br>Seb<br><br>