[PATCH] D26704: [MemorySSA] Fix for non-determinism in codegen

Daniel Berlin via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 15 15:43:45 PST 2016


dberlin added a comment.

Here's an alternative diff that works and does not require slowing down IDFCalculator (when not all things care about the order of the end result):
https://reviews.llvm.org/differential/diff/78091/


https://reviews.llvm.org/D26704





More information about the llvm-commits mailing list