[PATCH] D39025: [GVNSink] Fix failing GVNSink tests in the reverse iteration bot
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 17 17:29:09 PDT 2017
efriedma added a comment.
This is right in the sense that it's deterministic, which is definitely an improvement. I'm not sure equality comparisons on ModelledPHI really work the way they're supposed to, even with this patch, but I guess we don't need to fix that here.
Looks fine, but I'll wait for @dberlin to comment.
Repository:
rL LLVM
https://reviews.llvm.org/D39025
More information about the llvm-commits
mailing list