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.
runtime_value
1 parent b54358e commit e31e178Copy full SHA for e31e178
IGC/AdaptorCommon/RayTracing/SplitAsyncUtils.cpp
@@ -228,7 +228,6 @@ bool RematChecker::materializable(const Instruction &I) const {
228
229
if (auto *GII = dyn_cast<GenIntrinsicInst>(&I)) {
230
switch (GII->getIntrinsicID()) {
231
- case GenISAIntrinsic::GenISA_RuntimeValue:
232
case GenISAIntrinsic::GenISA_GlobalRootSignatureValue:
233
case GenISAIntrinsic::GenISA_GlobalBufferPointer:
234
case GenISAIntrinsic::GenISA_DispatchRayIndex:
0 commit comments