[PATCH] D52904: [hot-cold-split] fix static analysis of cold regions

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 15 13:11:04 PDT 2018


tejohnson added a comment.

Are both fixes necessary to fix the issue (the one for back propagation and the one to bail out if the entry block is cold), or is either one sufficient? The patch description only mentions the former.


https://reviews.llvm.org/D52904





More information about the llvm-commits mailing list