[LLVMbugs] [Bug 23273] New: Assertion failed: (Subtarget->hasAVX() && "Expected a subtarget with AVX!"), function X86SelectSIToFP
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Apr 17 14:11:26 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=23273
Bug ID: 23273
Summary: Assertion failed: (Subtarget->hasAVX() && "Expected a
subtarget with AVX!"), function X86SelectSIToFP
Product: new-bugs
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: dimitry at andric.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
This assertion is reproducible with trunk r235079, when targeting the i386
architecture. Testcase:
======================================================================
a;
fn1(double);
main() { fn1(a); }
======================================================================
Compile with:
$ clang -cc1 -triple i386 -emit-obj testcase.c
Assertion failed: (Subtarget->hasAVX() && "Expected a subtarget with AVX!"),
function X86SelectSIToFP, file lib/Target/X86/X86FastISel.cpp, line 2093.
Abort trap
This seems to be recently introduced; trunk r230746 does not assert yet.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150417/5acf261d/attachment.html>
More information about the llvm-bugs
mailing list