First Last Prev Next    No search results available
Details
: [X86] stackifier crash on floating point setcc X, X
Bug#: 369
: libraries
: Backend: X86
Status: RESOLVED
Resolution: FIXED
: All
: All
: 1.0
: P2
: normal
: 1.3

:
: compile-fail
:
:
  Show dependency tree - Show dependency graph
People
Reporter: Chris Lattner <sabre@nondot.org>
Assigned To: Chris Lattner <sabre@nondot.org>

Attachments


Note

You need to log in before you can comment on or make changes to this bug.

Related actions


Description:   Opened: 2004-06-10 21:58
The Stackifier crashes on this testcase:

bool %T(double %X) {
  %V = seteq double %X, %X
  ret bool %V
}
------- Comment #1 From Chris Lattner 2004-06-10 23:27:06 -------
Fixed.  Patch here:
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20040607/015168.html

As a bonus, the stackifier makes (a tiny bit) more sense now.

Testcase here: test/Regression/CodeGen/X86/2004-06-10-StackifierCrash.llx

-Chris

First Last Prev Next    No search results available