[llvm] [RFC] implement convergence control in MIR using SelectionDAG (PR #71785)

Sameer Sahasrabuddhe via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 7 03:45:12 PST 2024


================
@@ -1191,6 +1191,21 @@ EmitMachineNode(SDNode *Node, bool IsClone, bool IsCloned,
     }
   }
 
+  if (Opc == TargetOpcode::CONVERGENCECTRL_GLUE) {
+    MIB->getOperand(0).setIsKill(false);
+  }
----------------
ssahasra wrote:

I actually don't remember why I put it. Removed!

https://github.com/llvm/llvm-project/pull/71785


More information about the llvm-commits mailing list