[llvm-bugs] [Bug 25897] New: MemoryDependenceAnalysis scales badly
via llvm-bugs
llvm-bugs at lists.llvm.org
Sat Dec 19 16:06:57 PST 2015
https://llvm.org/bugs/show_bug.cgi?id=25897
Bug ID: 25897
Summary: MemoryDependenceAnalysis scales badly
Product: libraries
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Global Analyses
Assignee: unassignedbugs at nondot.org
Reporter: joerg at NetBSD.org
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
Created attachment 15503
--> https://llvm.org/bugs/attachment.cgi?id=15503&action=edit
Reduced test case
Compile the attached test case with -O2. Observe nearly all time spend in GVN
and more specifically, MemoryDependenceAnalysis and
getNonLocalPointerDepFromBB.
Originally test case is significantly larger and doesn't finish in any
reasonable time frame.
--
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/20151220/c8cd70e1/attachment.html>
More information about the llvm-bugs
mailing list