http://llvm.org/bugs/show_bug.cgi?id=16402

Benjamin Kramer <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #5 from Benjamin Kramer <[email protected]> ---
This didn't work, it seems to destroy some assumptions in BlockFrequencyInfo

include/llvm/Analysis/BlockFrequencyImpl.h:247: void
llvm::BlockFrequencyImpl<llvm::MachineBasicBlock, llvm::MachineFunction,
llvm::MachineBranchProbabilityInfo>::doLoop(BlockT *, BlockT *) [BlockT =
llvm::MachineBasicBlock, FunctionT = llvm::MachineFunction, BranchProbInfoT =
llvm::MachineBranchProbabilityInfo]: Assertion `N <= EntryFreq && "Backedge
frequency must be <= EntryFreq!"' failed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to