[PATCH] D54849: [LoopSimplifyCFG] Fix corner case with duplicating successors
Mikael Holmén via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 23 03:59:54 PST 2018
uabelho added a comment.
I've verifed that it solves the problem I reported. I've done a little bit of testing with the patch and didn't see anything obviously broken yet at least.
As for the details of the patch, I'm sure someone else knows better if this is the best way to solve the issue but it looks fine to me.
Thanks!
https://reviews.llvm.org/D54849
More information about the llvm-commits
mailing list