We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea1b97 commit aa1c976Copy full SHA for aa1c976
lib/SIL/Utils/InstWrappers.cpp
@@ -54,6 +54,7 @@ bool ForwardingOperation::hasSameRepresentation() const {
54
case SILInstructionKind::SelectEnumInst:
55
case SILInstructionKind::StructExtractInst:
56
case SILInstructionKind::TupleExtractInst:
57
+ case SILInstructionKind::TuplePackExtractInst:
58
return true;
59
}
60
@@ -94,4 +95,4 @@ bool ForwardingOperation::visitForwardedValues(
94
95
assert(args.size() == 1 && "Transforming terminator with multiple args?!");
96
return visitor(args[0]);
97
});
-}
98
+}
0 commit comments