[PATCH] D26726: [SimplifyCFG] Fix for non-determinism in codegen
Davide Italiano via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 17 11:18:33 PDT 2017
davide added a comment.
In https://reviews.llvm.org/D26726#728357, @arsenm wrote:
> Testcase?
It's very hard to craft testcases for these order of iterations issues. They generally show up in very lovely situations, e.g. stage3 builds, and they break the bot anyway.
So, if it's easy to find a testcase, works for me, otherwise I wouldn't worry too much.
Repository:
rL LLVM
https://reviews.llvm.org/D26726
More information about the llvm-commits
mailing list