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.
2 parents 1d254a6 + fe9fba8 commit ee1b586Copy full SHA for ee1b586
clang/lib/CIR/CodeGen/CIRGenOpenACCRecipe.cpp
@@ -89,7 +89,7 @@ mlir::Value OpenACCRecipeBuilderBase::makeBoundsAlloca(
89
std::transform_inclusive_scan(
90
resultTypes.begin(), resultTypes.end(),
91
std::back_inserter(allocasLeftArr), std::plus<bool>{},
92
- [](QualType ty) { return !ty->isConstantArrayType(); });
+ [](QualType ty) { return !ty->isConstantArrayType(); }, false);
93
94
// Keep track of the number of 'elements' that we're allocating. Individual
95
// allocas should multiply this by the size of its current allocation.
0 commit comments