Introduce end_cow_mutation_addr instruction

This commit is contained in:
Meghana Gupta
2025-04-23 16:53:13 -07:00
parent ceb3264e40
commit 35d62a4a36
26 changed files with 97 additions and 6 deletions

View File

@@ -1714,6 +1714,7 @@ void SILSerializer::writeSILInstruction(const SILInstruction &SI) {
case SILInstructionKind::IsUniqueInst:
case SILInstructionKind::BeginCOWMutationInst:
case SILInstructionKind::EndCOWMutationInst:
case SILInstructionKind::EndCOWMutationAddrInst:
case SILInstructionKind::EndInitLetRefInst:
case SILInstructionKind::HopToExecutorInst:
case SILInstructionKind::ExtractExecutorInst: