[LLVMdev] llvm pass command
Arsen Hakobyan
artinetstudio at gmail.com
Sat Nov 29 13:19:14 PST 2014
Hi Shreyas,
I think you need to call "opt" with this flag: -loop-deletion
You can find more flags using -help option for opt tool (and for other LLVM
tools also)
Also I have looked and found this documentation in the web:
http://llvm.org/docs/Passes.html#loop-deletion-delete-dead-loops
Also you can find corresponding llvm pass bassicaly in lib/Transforms
directory.
Regards,
Arsen
--
View this message in context: http://llvm.1065342.n5.nabble.com/llvm-pass-command-tp74820p74836.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.
More information about the llvm-dev
mailing list