mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #59711 from ktoso/wip-generic-distributed-call-clean
[1/3][Distributed] Make distributed thunks the witnesses, fix calls on generic DAs
This commit is contained in:
@@ -414,8 +414,7 @@ struct SILDeclRef {
|
||||
defaultArgIndex,
|
||||
pointer.get<AutoDiffDerivativeFunctionIdentifier *>());
|
||||
}
|
||||
/// Returns the distributed entry point corresponding to the same
|
||||
/// decl.
|
||||
/// Returns the distributed entry point corresponding to the same decl.
|
||||
SILDeclRef asDistributed(bool distributed = true) const {
|
||||
return SILDeclRef(loc.getOpaqueValue(), kind,
|
||||
/*foreign=*/false,
|
||||
|
||||
Reference in New Issue
Block a user