[llvm-bugs] [Bug 37390] New: -reassociate runs forever
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed May 9 04:57:40 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=37390
Bug ID: 37390
Summary: -reassociate runs forever
Product: new-bugs
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: mikael.holmen at ericsson.com
CC: llvm-bugs at lists.llvm.org
Created attachment 20274
--> https://bugs.llvm.org/attachment.cgi?id=20274&action=edit
reproducer
Running
opt -reassociate tr15989.ll -o - -S
never finish.
The input is very similar to the one in
https://bugs.llvm.org/show_bug.cgi?id=30818
but in this new case we also refer to one of the values produced in the dead
basic block in a live basic block.
--
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/20180509/8c110211/attachment.html>
More information about the llvm-bugs
mailing list