[llvm-bugs] [Bug 39723] New: [adce] is non deterministic
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Nov 20 08:49:36 PST 2018
https://bugs.llvm.org/show_bug.cgi?id=39723
Bug ID: 39723
Summary: [adce] is non deterministic
Product: libraries
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Scalar Optimizations
Assignee: unassignedbugs at nondot.org
Reporter: yannlaiglechapuy at gmail.com
CC: llvm-bugs at lists.llvm.org
Created attachment 21134
--> https://bugs.llvm.org/attachment.cgi?id=21134&action=edit
reduced test case
With the file attached ( adce.ll )
$ (for i in `seq 50`; do opt -adce -o - < red_adce.ll | shasum; done) | sort -u
| wc -l
2
--
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/20181120/86482a14/attachment.html>
More information about the llvm-bugs
mailing list