Displaying 2 results from an estimated 2 matches for "9958ba8d".
2011 Jul 07
0
[LLVMdev] Missed optimization with indirectbr terminator
...store the context-threading behavior.
In short, don't look at the IR for whether context-threading is
happening; look at the generated code.
John.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110707/9958ba8d/attachment.html>
2011 Jul 07
2
[LLVMdev] Missed optimization with indirectbr terminator
Il 07/07/2011 11:14, Cameron Zwarich ha scritto:
> I haven't read the code in detail, but it looks like JumpThreading at
> least attempts to thread across indirect branches. You can either try
> to fix it or file a bug with your test case.
In the source it says "If the predecessor is an indirect goto, we can't
split the edge.