[PATCH] D128904: Bug fix "GC relocate is incorrectly tied to the statepoint"

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 30 04:58:57 PDT 2022


mkazantsev added inline comments.


================
Comment at: llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp:1198
 
 void SelectionDAGBuilder::visitGCResult(const GCResultInst &CI) {
   // The result value of the gc_result is simply the result of the actual
----------------
This needs a test.


================
Comment at: llvm/lib/IR/IntrinsicInst.cpp:699
   const Value *Token = getArgOperand(0);
-
+  dbgs() << "\n" << __LINE__ << " Token.name = " << Token->getName() << " HERE \n\n";
+  Token->dump();
----------------
remove


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128904/new/

https://reviews.llvm.org/D128904



More information about the llvm-commits mailing list