http://llvm.org/bugs/show_bug.cgi?id=6533
Summary: SetCC type must be 8-bit integer
Product: new-bugs
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected], [email protected]
Created an attachment (id=4416)
--> (http://llvm.org/bugs/attachment.cgi?id=4416)
failure-inducing C code
Seen using r97881 on Ubuntu 9.10 on x86.
reg...@john-home:~/volatile/bugs/tmp279$ clang -O1 -emit-llvm -S small.c
reg...@john-home:~/volatile/bugs/tmp279$ llc small.s
llc: X86ISelLowering.cpp:5945: llvm::SDValue
llvm::X86TargetLowering::LowerSETCC(llvm::SDValue, llvm::SelectionDAG&):
Assertion `Op.getValueType() == MVT::i8 && "SetCC type must be 8-bit integer"'
failed.
0 llc 0x08939c58
Stack dump:
0. Program arguments: llc small.s
1. Running pass 'X86 DAG->DAG Instruction Selection' on function '@baz'
Aborted
--
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