[PATCH] D31647: [JumpThreading] Propagate branch hint (biased branch weight) metadata
David Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 6 14:00:29 PST 2017
davidxl added a comment.
I have not looked at this patch in details, but from the test case, it seems that the problem should be handled by the updatePredecessorProfileMetadata () method. Have you checked why the existing update does not kick in?
https://reviews.llvm.org/D31647
More information about the llvm-commits
mailing list