[LLVMbugs] [Bug 1248] NEW: Another InstCombine issue
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sat Mar 10 10:25:05 PST 2007
http://llvm.org/bugs/show_bug.cgi?id=1248
Summary: Another InstCombine issue
Product: libraries
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Scalar Optimizations
AssignedTo: unassignedbugs at nondot.org
ReportedBy: asl at math.spbu.ru
Consider the attached bytecode. This is just -O0 compiled bytecode from gcc
testsuite.
Running "opt -instcombine" will lead to "eq" comparison turn to "slt", which is
definitely wrong.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list