mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-10 06:00:30 +00:00
daee17d68a
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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@258551 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
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 |