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 9a3c012 commit 5a97628Copy full SHA for 5a97628
clang/lib/CodeGen/CGHLSLRuntime.cpp
@@ -482,7 +482,7 @@ void CGHLSLRuntime::generateGlobalCtorDtorCalls() {
482
auto *Token = getConvergenceToken(F.getEntryBlock());
483
Instruction *IP = Token ? Token : &*F.getEntryBlock().begin();
484
IRBuilder<> B(IP);
485
- std::vector<OperandBundleDef> OB;
+ SmallVector<OperandBundleDef, 1> OB;
486
if (Token) {
487
llvm::Value *bundleArgs[] = {Token};
488
OB.emplace_back("convergencectrl", bundleArgs);
0 commit comments