[LLVMbugs] [Bug 19263] New: Instcombine drops nsw when combining adds into mul
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Mar 27 10:17:51 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=19263
Bug ID: 19263
Summary: Instcombine drops nsw when combining adds into mul
Product: libraries
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Scalar Optimizations
Assignee: unassignedbugs at nondot.org
Reporter: clattner at apple.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
John Regehr points out that instcombine is missing an opportunity to preserve
nsw on adds when forming muls:
http://blog.regehr.org/archives/1122
--
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/20140327/6f6dce0f/attachment.html>
More information about the llvm-bugs
mailing list