[PATCH] D114009: [BPI] Look-up tables for non-loop branches. NFC.

Yevgeny Rouban via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 16 17:12:06 PST 2021


yrouban added inline comments.


================
Comment at: llvm/lib/Analysis/BranchProbabilityInfo.cpp:132-133
+/// Pointer comparisons:
+///   p != 0  ->  Likely
+///   p == 0  ->  Unlikely
+///   p != q  ->  Likely
----------------
not needed


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114009/new/

https://reviews.llvm.org/D114009



More information about the llvm-commits mailing list