search for: 1357c2c5

Displaying 2 results from an estimated 2 matches for "1357c2c5".

Did you mean: 1357925
2011 Dec 05
0
[LLVMdev] Passes propose passes
...ppery slope towards finding optimal optimization pass sequence. Why not fix pass sequence manually by updating PassManagerBuilder directly ? - Devang -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111205/1357c2c5/attachment.html>
2011 Dec 02
5
[LLVMdev] Passes propose passes
While trying to find a solution for this bug http://llvm.org/bugs/show_bug.cgi?id=11235 , I came to the conclusion that the following things can happen while optimizing: - after gvn, I get new constants which are inserted into br and add/sum/..., so there should be at least one more jump-threading and/or instsimplify - after instsimplify, I get new constants which are inserted into br, so there