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

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 8 02:01:50 PST 2024


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

Where did the killed come from? Something in InstrEmitter is incorrectly setting it 

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


More information about the llvm-commits mailing list