[LLVMbugs] [Bug 2671] New: v1i8 = fp_to_sint gets assertion failure
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue Aug 12 07:33:43 PDT 2008
http://llvm.org/bugs/show_bug.cgi?id=2671
Summary: v1i8 = fp_to_sint gets assertion failure
Product: libraries
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Backend: X86
AssignedTo: unassignedbugs at nondot.org
ReportedBy: pgurd at rapidmind.com
CC: llvmbugs at cs.uiuc.edu, sdt at rapidmind.com
Created an attachment (id=1919)
--> (http://llvm.org/bugs/attachment.cgi?id=1919)
llvm ir file which reproduces the problem
-Mcpu=core2
The attached program gets the assertion failure
0x8268514: v1i8 = fp_to_sint 0x826815c
conversions: LegalizeDAG.cpp:6927:
llvm::SDValue<unnamed>::SelectionDAGLegalize::ScalarizeVectorOp(llvm::SDValue):
Assertion `0 && "Unknown vector operation in ScalarizeVectorOp!"' failed.
This also happens if fptosi is changed to fptoui.
--
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.
More information about the llvm-bugs
mailing list