http://llvm.org/bugs/show_bug.cgi?id=2529


Stefanus Du Toit <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




--- Comment #2 from Stefanus Du Toit <[EMAIL PROTECTED]>  2008-07-08 13:08:06 
---
Thanks for the speedy fix. This fixed vicmp, but vfcmp still fails for me
(r53241):

define <4 x i32> @test(i32 %argc, i8** %argv) {
entry:  
        %foo = vfcmp ueq <4 x float> <float undef, float undef, float undef,
float undef>, <float undef, float undef, float undef, float undef>
        ret <4 x i32> %foo
}

opt -instcombine crashes in the same spot.


-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to