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 3277457 commit 4ee43dfCopy full SHA for 4ee43df
lib/SILOptimizer/Differentiation/PullbackCloner.cpp
@@ -2053,7 +2053,7 @@ bool PullbackCloner::Implementation::run() {
2053
// This vector will contain all indirect parameter adjoint buffers.
2054
SmallVector<SILValue, 4> indParamAdjoints;
2055
// This vector will identify the locations where initialization is needed.
2056
- SmallVector<bool, 8> outputsToInitialize;
+ SmallBitVector outputsToInitialize;
2057
2058
auto conv = getOriginal().getConventions();
2059
auto origParams = getOriginal().getArgumentsWithoutIndirectResults();
0 commit comments