search for: d3c2c292

Displaying 1 result from an estimated 1 matches for "d3c2c292".

2017 Jul 04
2
opt passes
Hello, I am developing now a compiler, based on llvm infrastructure, so I am building my own sequence of llvm passes with some adjustable options. I can't find really clear info about some cases, so maybe you can help, and write: 0) Why I should always delete attributes before applying optimizations with opt command? With attributes specified no optimization can be applied. Where I can get