Bugzilla – Bug 369
[X86] stackifier crash on floating point setcc X, X
Last modified: 2004-06-10 23:27:06
You need to log in before you can comment on or make changes to this bug.
The Stackifier crashes on this testcase: bool %T(double %X) { %V = seteq double %X, %X ret bool %V }
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