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: unassignedb...@nondot.org
          Reporter: yannlaiglecha...@gmail.com
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to