================
@@ -2360,6 +2375,13 @@ void MachineVerifier::visitMachineInstrBefore(const 
MachineInstr *MI) {
   } else if (FirstNonPHI == nullptr)
     FirstNonPHI = MI;
 
+  if (MI->isSuccArgs()) {
----------------
rovka wrote:

This should also check that these only appear when UsesBlockArgs is set.

https://github.com/llvm/llvm-project/pull/218893
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to