forked from OSchip/llvm-project
f75e15e5ac
Summary: This change lets a `PlaceSafepoints` client change how wide the trip count of a loop has to be for the loop to be considerd "counted", via `CountedLoopTripWidth`. It also removes the boolean `SkipCounted` flag and the `upperTripBound` constant -- we can get the old behavior of `SkipCounted` == `false` by setting `CountedLoopTripWidth` to `13` (2 ^ 13 == 8192). Reviewers: reames Subscribers: llvm-commits, sanjoy Differential Revision: http://reviews.llvm.org/D12789 llvm-svn: 247656 |
||
---|---|---|
.. | ||
basic.ll | ||
call-in-loop.ll | ||
call_gc_result.ll | ||
finite-loops.ll | ||
invokes.ll | ||
memset.ll | ||
patchable-statepoints.ll | ||
split-backedge.ll | ||
statepoint-calling-conventions.ll | ||
statepoint-coreclr.ll | ||
statepoint-format.ll | ||
statepoint-frameescape.ll |