[Statepoint] Sink actual_args and gc_args to GCStatepointInst [NFC]
authorPhilip Reames <listmail@philipreames.com>
Thu, 28 May 2020 20:34:12 +0000 (13:34 -0700)
committerPhilip Reames <listmail@philipreames.com>
Thu, 28 May 2020 20:51:59 +0000 (13:51 -0700)
commita0d2fd4a1f785230120df2bb5f74917dc0c357e5
treed999193ce025e56a73654377832d20b02348ffb7
parent4d6cda9bdaca01f581ef23904f54443ef5c2acac
[Statepoint] Sink actual_args and gc_args to GCStatepointInst [NFC]

These are the two operand sets which are expected to survive more than another week or so.  Instead of bothering to update the deopt and gc-transition operands, we'll just wait until those are removed and delete the code.

For those following along, this is likely to be the last (major) change in this sequence for about a week.  I want to wait until all of this has been merged downstream to ensure I haven't introduced any bugs (and migrate some downstream code to the new interfaces).  Once that's done, we should be able to delete Statepoint/ImmutableStatepoint without too much work.
llvm/include/llvm/IR/Statepoint.h
llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp