[LLVMbugs] [Bug 2328] New: Missed instbombine of x/x
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Thu May 15 11:36:29 PDT 2008
http://llvm.org/bugs/show_bug.cgi?id=2328
Summary: Missed instbombine of x/x
Product: new-bugs
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: sharparrow1 at yahoo.com
CC: llvmbugs at cs.uiuc.edu
unsigned foo(const unsigned x) { return (x / x); }
Trivial bug: instcombine should combine x/x to 1 if x is an integer.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list