mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
26d6272ad2
Summary: This change adds a `-spp-no-statepoints` flag to PlaceSafepoints that bypasses the code that wraps newly introduced polls and existing calls in gc.statepoint. With `-spp-no-statepoints` enabled, PlaceSafepoints effectively becomes a safpeoint **poll** insertion pass. The eventual goal is to "constant fold" this option, along with `-rs4gc-use-deopt-bundles` to `true`, once clients using gc.statepoint are okay doing so. Reviewers: pgavlin, reames, JosephTremoulet Subscribers: sanjoy, mcrosier, llvm-commits Differential Revision: http://reviews.llvm.org/D16439 llvm-svn: 258551 |
||
---|---|---|
.. | ||
basic.ll | ||
call_gc_result.ll | ||
call-in-loop.ll | ||
finite-loops.ll | ||
invokes.ll | ||
leaf-function.ll | ||
memset.ll | ||
no-statepoints.ll | ||
patchable-statepoints.ll | ||
split-backedge.ll | ||
statepoint-calling-conventions.ll | ||
statepoint-coreclr.ll | ||
statepoint-format.ll | ||
statepoint-frameescape.ll |