Displaying 2 results from an estimated 2 matches for "cb16ae4b".
2011 Oct 23
0
[LLVMdev] Question regarding basic-block placement optimization
On Sun, Oct 23, 2011 at 1:11 AM, Chandler Carruth <chandlerc at google.com>wrote:
> Ok, I think I have a working pass that is based much more on what we've
> talked about here. The patch is attached. I'd love to commit it soon-ish and
> then start tweaking it based on feedback from you, others, and looking at
> how it actually works in the wild.
After chatting briefly
2011 Oct 23
4
[LLVMdev] Question regarding basic-block placement optimization
Ok, I think I have a working pass that is based much more on what we've
talked about here. The patch is attached. I'd love to commit it soon-ish and
then start tweaking it based on feedback from you, others, and looking at
how it actually works in the wild.
It's essentially a re-write, so it may be hard to read... Let me know if
some other form would be easier.
Some responses to your