[LLVMbugs] [Bug 21448] New: Loads are not combined across llvm.assume
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sun Nov 2 01:36:06 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=21448
Bug ID: 21448
Summary: Loads are not combined across llvm.assume
Product: libraries
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Scalar Optimizations
Assignee: unassignedbugs at nondot.org
Reporter: kfischer at college.harvard.edu
CC: hfinkel at anl.gov, llvmbugs at cs.uiuc.edu
Classification: Unclassified
I tried out the llvm.assume functionality and unfortunately it caused a rather
large regression in my test case because several loads were no longer combined
across the llvm.assume. I presume this is because LoadCombine does not know
that llvm.assume does not write to memory.
--
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/20141102/d9e921c0/attachment.html>
More information about the llvm-bugs
mailing list