[LLVMbugs] [Bug 16402] BlockFrequency underflow leads to slow code for 7zip
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Jun 21 13:41:48 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16402
Benjamin Kramer <benny.kra at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |---
--- Comment #5 from Benjamin Kramer <benny.kra at gmail.com> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130621/03a36a14/attachment.html>
More information about the llvm-bugs
mailing list