[LLVMbugs] [Bug 24055] New: Crash/assert in reassociate
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Jul 7 10:51:49 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=24055
Bug ID: 24055
Summary: Crash/assert in reassociate
Product: libraries
Version: trunk
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Transformation Utilities
Assignee: unassignedbugs at nondot.org
Reporter: escha at apple.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 14564
--> https://llvm.org/bugs/attachment.cgi?id=14564&action=edit
The bugpointed test case
Assertion failed: (!Duplicates.count(Factor) && "Shouldn't have two constant
factors, missed a canonicalize"), function OptimizeAdd, file
../lib/Transforms/Scalar/Reassociate.cpp, line 1645.
Replicate with bin/opt -S -reassociate < test.ll
The bugpointed test case looks ridiculous, but it's reduced from a real test.
--
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/20150707/9694d865/attachment.html>
More information about the llvm-bugs
mailing list