[PATCH] D30631: [BPI] Use metadata info before any other heuristics

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 5 23:46:33 PST 2017


davidxl added a comment.

Note that it is possible to have some BB to have metadata while others do not (e.g with builtin_expect). Your patch may break in those case when PostDominatebyUnreachable computation is skipped with this change.


https://reviews.llvm.org/D30631





More information about the llvm-commits mailing list