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 17aab9a commit 89370c3Copy full SHA for 89370c3
IGC/VectorCompiler/lib/GenXCodeGen/GenXLoadStoreLegalization.cpp
@@ -493,7 +493,7 @@ Value *GenXLoadStoreLegalization::extendUntypedBlockLoad2d(CallInst &CI) const {
493
OverloadedTypes.push_back(VTy);
494
const auto CacheControlIndex =
495
vc::InternalIntrinsic::getMemoryCacheControlOperandIndex(&CI);
496
- IGC_ASSERT(CacheControlIndex >= 0);
+ IGC_ASSERT_EXIT(CacheControlIndex >= 0);
497
OverloadedTypes.push_back(CI.getOperand(CacheControlIndex)->getType());
498
auto *Func = vc::InternalIntrinsic::getInternalDeclaration(
499
CI.getModule(), IID, OverloadedTypes);
0 commit comments