[PATCH] D65303: [BPI] Adjust the probability for floating point unordered comparison
David Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 9 12:02:31 PDT 2019
davidxl added a comment.
static prediction is intended to help common use cases, so for corner cases when NaNs are used frequently, user will need to resort to source annotation (such as builtin_expect).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65303/new/
https://reviews.llvm.org/D65303
More information about the llvm-commits
mailing list