[llvm-bugs] [Bug 34279] New: Infinite loop during DAG building
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Aug 22 02:33:57 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=34279
Bug ID: 34279
Summary: Infinite loop during DAG building
Product: libraries
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: Common Code Generator Code
Assignee: unassignedbugs at nondot.org
Reporter: paulsson at linux.vnet.ibm.com
CC: llvm-bugs at lists.llvm.org
Created attachment 19026
--> https://bugs.llvm.org/attachment.cgi?id=19026&action=edit
reduced testcase
This is a test case that fails at -O2 but not on -O1 (Seg fault after 256
iterations somewhere).
bin/clang -cc1 -triple s390x-ibm-linux -S -target-cpu z13 -O2 -o /dev/null
./tc_iselcrash.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/20170822/1f4178db/attachment.html>
More information about the llvm-bugs
mailing list