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

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 16 09:17:51 PST 2021


SjoerdMeijer created this revision.
SjoerdMeijer added reviewers: asbirlea, modimo, nikic, anna, yrouban.
Herald added a subscriber: hiraditya.
SjoerdMeijer requested review of this revision.
Herald added a project: LLVM.

I wanted to check and cross reference which heuristics we have implemented and didn't find it very easy to extract that information because everything is inlined in different functions. That's why I have created different lookup tables that should make this clearer.


https://reviews.llvm.org/D114009

Files:
  llvm/lib/Analysis/BranchProbabilityInfo.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114009.387673.patch
Type: text/x-patch
Size: 7010 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211116/676f0427/attachment.bin>


More information about the llvm-commits mailing list