[PATCH] D60783: [LoopPred] Implement a version of the profitability heuristic w/o BPI
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 16 09:52:54 PDT 2019
reames created this revision.
reames added reviewers: apilipenko, fedor.sergeev, skatkov.
Herald added subscribers: bollu, mcrosier.
Herald added a project: LLVM.
In the new pass manager, getting access to BPI reliability is a challenge. In practice, we've been running downstream with a variation of this non-BPI based heuristic.
(I also have some patches I'll post shortly to improve invalidation, but I'm not sure I can push that all the way through yet.)
Original patch by: Anna Thomas (with heavy modification by me)
Repository:
rL LLVM
https://reviews.llvm.org/D60783
Files:
lib/Transforms/Scalar/LoopPredication.cpp
test/Transforms/LoopPredication/profitability.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60783.195406.patch
Type: text/x-patch
Size: 10282 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190416/1fea92bc/attachment.bin>
More information about the llvm-commits
mailing list