Displaying 1 result from an estimated 1 matches for "r173395".
Did you mean:
r173365
2013 Jan 24
1
[LLVMdev] BlockFrequencyImpl asserts on multiple edges between same MBBs with different weights in LLVM 3.2
Hi,
On 01/23/2013 11:30 PM, Jakob Stoklund Olesen wrote:
> If you can find the place that creates the duplicate MBB edge, that would be great.
>
Found it :) It happens in lib/CodeGen/IfConversion.cpp at the very end
in MergeBlocks. I attached a small patch that should resolve that issue.
Our tests now compile sucessfully even without my previous patch.
regards,
Stefan
--------------