You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// An instruction that forwards a single value to a single result.
65
65
//
66
-
// For legacy reasons, some ForwardingInstructions that fit the SingleValueInstruction and UnaryInstruction requirements are not considered ConversionInstructions because certain routines do not want to see through them (InitExistentialValueInst, InitExistentialValueInst, OpenExistentialValueInst, OpenExistentialValueInst). This most likely has to do with type-dependent operands, although any ConversionInstruction should support type-dependent operands.
66
+
// For legacy reasons, some ForwardingInstructions that fit the
67
+
// SingleValueInstruction and UnaryInstruction requirements are not
68
+
// considered ConversionInstructions because certain routines do not
69
+
// want to see through them (InitExistentialValueInst,
0 commit comments