search for: 4bcbd10e

Displaying 2 results from an estimated 2 matches for "4bcbd10e".

Did you mean: 4bcb513e
2011 Oct 19
0
[LLVMdev] Question regarding basic-block placement optimization
...The ability to implement stuff like: "Don't put too many branches in a fetch group, or you'll freak out the branch predictor". /jakob -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111018/4bcbd10e/attachment.html>
2011 Oct 19
3
[LLVMdev] Question regarding basic-block placement optimization
On Tue, Oct 18, 2011 at 4:31 PM, Jakob Stoklund Olesen <stoklund at 2pi.dk>wrote: > > On Oct 18, 2011, at 3:07 PM, Chandler Carruth wrote: > > On Tue, Oct 18, 2011 at 2:59 PM, Cameron Zwarich <zwarich at apple.com>wrote: > >> I think this should really live as a CodeGen pass. Is there any good >> reason to make it an IR pass? >> > > So, as it