Hi all,<br><br>Is there a way to disable use of specific optimization pass from opt at command line level ?<br>I would like to do something like:<br><br>opt -O2 -no-loop-idiom ...<br><br>And I want to this to disable all invocations of loop-idom optimization, but keep all other -O2 opts.<br>
Thanks for your help<br>Best Regards<br>Sbb<br><br>