[LLVMbugs] [Bug 1010] NEW: x86-64 build failure lowering intrinsic
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sun Nov 19 10:50:01 PST 2006
http://llvm.org/bugs/show_bug.cgi?id=1010
Summary: x86-64 build failure lowering intrinsic
Product: libraries
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Backend: X86
AssignedTo: unassignedbugs at nondot.org
ReportedBy: nicholas at mxc.ca
Regression/CodeGen/X86/xmm-r64.ll has regressed:
$ llvm/Debug/bin/llvm-as <
/home/nicholas/llvm-commit/test/Regression/CodeGen/X86/xmm-r64.ll |
llvm/Debug/bin/llc -march=x86-64
Warning: Generation of 64-bit code for a 32-bit processor requested.
llc: SelectionDAGISel.cpp:1775: void
llvm::SelectionDAGLowering::visitTargetIntrinsic(llvm::CallInst&, unsigned int):
Assertion `TLI.isTypeLegal(Op.getValueType()) && "Intrinsic uses a non-legal
type?"' failed.
llvm/Debug/bin/llc((anonymous namespace)::PrintStackTrace()+0x1a)[0x8814248]
llvm/Debug/bin/llc((anonymous namespace)::SignalHandler(int)+0x110)[0x881450c]
[0xffffe500]
Aborted
Not bugpointing because it's already a reduced testcase.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list