1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 14:02:52 +02:00
llvm-mirror/test/Transforms/PlaceSafepoints
Sanjoy Das 251a78cbc5 [PlaceSafepoints] Make the width of a counted loop settable.
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
2015-09-15 01:42:48 +00:00
..
basic.ll
call_gc_result.ll
call-in-loop.ll
finite-loops.ll [PlaceSafepoints] Make the width of a counted loop settable. 2015-09-15 01:42:48 +00:00
invokes.ll
memset.ll
patchable-statepoints.ll
split-backedge.ll
statepoint-calling-conventions.ll
statepoint-coreclr.ll
statepoint-format.ll
statepoint-frameescape.ll