[LLVMbugs] [Bug 22867] New: [avx512] fail to select sign_extend
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Mar 10 04:36:38 PDT 2015
https:llvm.org/bugs/show_bug.cgi?id=22867
Bug ID: 22867
Summary: [avx512] fail to select sign_extend
Product: libraries
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: Backend: X86
Assignee: unassignedbugs at nondot.org
Reporter: asaf.badouh at intel.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 14022
--> https:llvm.org/bugs/attachment.cgi?id=14022&action=edit
test case
fail to select sext in the following code,
%0 = phi i1 [ true, %for.body ], [ false, %lor.rhs ]
%cond = sext i1 %0 to i32
repro:
llc -mcpu=knl sext_fail.ll
--
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/20150310/1668ca79/attachment.html>
More information about the llvm-bugs
mailing list