[PATCH] D50890: [NFC] Factor out predecessors collection into a separate method
Max Kazantsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 19 20:28:18 PDT 2018
mkazantsev added a comment.
I need it for https://reviews.llvm.org/D50891
Tracking down instructions that write memory is pretty much the same as with control flow. Thinking about it even more, we can generalize much more things there.
https://reviews.llvm.org/D50890
More information about the llvm-commits
mailing list