Displaying 2 results from an estimated 2 matches for "1fa4eb90".
2011 Oct 23
0
[LLVMdev] Question regarding basic-block placement optimization
...eird
probabilities.
Feel free to carry on with discussion here or on the commit thread. =]
Thanks again for all the really great feedback and thoughts!!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111023/1fa4eb90/attachment.html>
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