llvm-project/llvm/test/Transforms/PlaceSafepoints
Daniel Neilson 2574d7cbf6 All libcalls should be considered to be GC-leaf functions.
Summary:
It is possible for some passes to materialize a call to a libcall (ex: ldexp, exp2, etc),
but these passes will not mark the call as a gc-leaf-function. All libcalls are
actually gc-leaf-functions, so we change llvm::callsGCLeafFunction() to tell us that
available libcalls are equivalent to gc-leaf-function calls.

Reviewers: sanjoy, anna, reames

Reviewed By: anna

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D35840

llvm-svn: 309291
2017-07-27 16:49:39 +00:00
..
basic.ll
call-in-loop.ll
finite-loops.ll
libcall.ll All libcalls should be considered to be GC-leaf functions. 2017-07-27 16:49:39 +00:00
memset.ll
no-statepoints.ll [PlaceSafepoints] Don't call undef in test case; NFC 2016-06-25 01:40:54 +00:00
split-backedge.ll
statepoint-coreclr.ll
statepoint-frameescape.ll