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 eaf695d commit e587c13Copy full SHA for e587c13
lib/SILOptimizer/Mandatory/TFDifferentiation.cpp
@@ -714,9 +714,6 @@ class DifferentiationTask {
714
/// Note: This is only used when `DifferentiationUseVJP`.
715
DenseMap<ApplyInst *, NestedApplyActivity> nestedApplyActivities;
716
717
- DenseMap<StructExtractInst *, NestedStructExtractStrategy>
718
- nestedStructExtractStrategies;
719
-
720
/// Cache for associated functions.
721
SILFunction *primal = nullptr;
722
SILFunction *adjoint = nullptr;
0 commit comments