mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
First cut of parameter pack differentiation
This commit is contained in:
@@ -2181,6 +2181,7 @@ AbstractionPattern AbstractionPattern::getAutoDiffDerivativeFunctionType(
|
||||
makeSelfParamFirst);
|
||||
assert(derivativeFnTy);
|
||||
return AbstractionPattern(
|
||||
getGenericSubstitutions(),
|
||||
getGenericSignature(),
|
||||
derivativeFnTy->getReducedType(getGenericSignature()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user