Merge pull request #30711 from rxwei/differential-operators

[AutoDiff upstream] Add differential operators and some utilities.
This commit is contained in:
marcrasi
2020-04-01 10:11:35 -07:00
committed by GitHub
12 changed files with 652 additions and 40 deletions

View File

@@ -776,6 +776,10 @@ struct SemanticARCOptVisitor
FORWARDING_INST(OpenExistentialBoxValue)
FORWARDING_INST(MarkDependence)
FORWARDING_INST(InitExistentialRef)
FORWARDING_INST(DifferentiableFunction)
FORWARDING_INST(LinearFunction)
FORWARDING_INST(DifferentiableFunctionExtract)
FORWARDING_INST(LinearFunctionExtract)
#undef FORWARDING_INST
#define FORWARDING_TERM(NAME) \