[LLVMbugs] [Bug 14347] New: BBVectorize is non-deterministic
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Nov 14 16:42:22 PST 2012
http://llvm.org/bugs/show_bug.cgi?id=14347
Bug #: 14347
Summary: BBVectorize is non-deterministic
Product: libraries
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: Scalar Optimizations
AssignedTo: unassignedbugs at nondot.org
ReportedBy: hfinkel at anl.gov
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
The vectorization plan selection phase iterated over the children of the
current node using a DenseMap. Unfortunately, the order of the iteration
mattered (because given two children of the same weight, the first one would be
chosen).
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list