Displaying 2 results from an estimated 2 matches for "f49f9d3a".
2012 Jul 12
0
[LLVMdev] RFC: Pass Manager Redux
On Wed July 11 2012 11:50:01 Chandler Carruth wrote:
> - What else did I miss?
>
>
> Things that are totally out of scope: pass registration, the current pass order and structure, the fundamental interface of mapping from a pass to an analysis, etc. This is really about pass management and scheduling.
>
Hi Chandler,
I understand why the pass registration and the pass
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