[LLVMbugs] [Bug 369] NEW: [X86] stackifier crash on setcc X, X
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Thu Jun 10 19:58:57 PDT 2004
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=369
Summary: [X86] stackifier crash on setcc X, X
Product: libraries
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: X86 Backend
AssignedTo: unassignedbugs at nondot.org
ReportedBy: sabre at nondot.org
The Stackifier crashes on this testcase:
bool %T(double %X) {
%V = seteq double %X, %X
ret bool %V
}
------- 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