[PATCH] Extend the statepoint intrinsic to allow statepoints to be marked as transitions from GC-aware code to code that is not GC-aware.

Sanjoy Das sanjoy at playingwithpointers.com
Tue May 5 17:44:45 PDT 2015


================
Comment at: lib/CodeGen/SelectionDAG/StatepointLowering.cpp:600
@@ -600,1 +599,3 @@
   // Call Node: Chain, Target, {Args}, RegMask, [Glue]
+  SDValue Chain = CallNode->getOperand(0);
+
----------------
reames wrote:
> You're changes here collide with a review Sanjoy has up for review.  Please talk with him to separate the shared naming/refactoring pieces.  Otherwise, whoever commits second will have a nasty merge conflict to fix.
The latest version of my change (http://reviews.llvm.org/D9480) should not conflict with this one.

http://reviews.llvm.org/D9501

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list