[LLVMbugs] [Bug 15950] New: A bug in DAG Combiner when turns a shuffle with undef mask of two CONCAT_VECTORS into a single concat
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu May 9 18:51:25 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=15950
Bug ID: 15950
Summary: A bug in DAG Combiner when turns a shuffle with undef
mask of two CONCAT_VECTORS into a single concat
Product: new-bugs
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: hao.liu8822 at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 10488
--> http://llvm.org/bugs/attachment.cgi?id=10488&action=edit
bug.ll Overflow caused by undef mask
In DAG Combiner, an undef mask in ShuffleVector causes an overflow of an
unsigned variable. The overflowed variable will cause the assertion failure.
To reproduce the failure: llc bug.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/20130510/49c99fa0/attachment.html>
More information about the llvm-bugs
mailing list