Displaying 2 results from an estimated 2 matches for "25b1f97c".
2012 Jul 11
0
[LLVMdev] RFC: Pass Manager Redux
...ine. If your
non-default pass gets invalidated, then the default is used by any other
transform that requests an analysis from that group.
-- John T.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120711/25b1f97c/attachment.html>
2012 Jul 11
9
[LLVMdev] RFC: Pass Manager Redux
Greetings folks!
In working on a new optimization pass (splitting cold regions into separate
functions based on branch probabilities) I've run into some limitations of
the current pass manager infrastructure. After chatting about this with
Nick, it seems that there are some pretty systematic weaknesses of the
current design and implementation (but not with the fundamental concepts or