[llvm-bugs] [Bug 46322] New: llc -cgp-verify-bfi-updates -O1 fails with "Freq mismatch: entry 8 vs 16"
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Jun 15 01:31:33 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=46322
Bug ID: 46322
Summary: llc -cgp-verify-bfi-updates -O1 fails with "Freq
mismatch: entry 8 vs 16"
Product: libraries
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: Common Code Generator Code
Assignee: unassignedbugs at nondot.org
Reporter: mikael.holmen at ericsson.com
CC: llvm-bugs at lists.llvm.org
Created attachment 23615
--> https://bugs.llvm.org/attachment.cgi?id=23615&action=edit
bbi-43598.ll reproducer
Reproduce with:
llc -cgp-verify-bfi-updates -O1 -o - bbi-43598.ll
Result:
Freq mismatch: entry 8 vs 16
This
block-frequency-info: a
- entry: float = 1.0, int = 8
Other
block-frequency-info: a
- entry: float = 1.0, int = 16
--
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/20200615/18f9708e/attachment-0001.html>
More information about the llvm-bugs
mailing list