[PATCH] D50558: [MustExecute] Fix algorithmic bug in isGuaranteedToExecute. PR38514
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 10 14:42:59 PDT 2018
reames added a comment.
Max, let's discuss offline. The approach taken here would work, but I'm worried about the change in algorithmic complexity. I think we can probably find a narrower fix here.
Separately from the bug fix, using an approach like this might be interesting for better opt quality.
https://reviews.llvm.org/D50558
More information about the llvm-commits
mailing list