Skip to content

Commit e31e178

Browse files
sys-igcigcbot
authored andcommitted
[Autobackout][FunctionalRegression]Revert of change: a20b78c: Rematerialize runtime_value intrinsics
This change is to rematerialize `runtime_value` instructions.
1 parent b54358e commit e31e178

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

IGC/AdaptorCommon/RayTracing/SplitAsyncUtils.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ bool RematChecker::materializable(const Instruction &I) const {
228228

229229
if (auto *GII = dyn_cast<GenIntrinsicInst>(&I)) {
230230
switch (GII->getIntrinsicID()) {
231-
case GenISAIntrinsic::GenISA_RuntimeValue:
232231
case GenISAIntrinsic::GenISA_GlobalRootSignatureValue:
233232
case GenISAIntrinsic::GenISA_GlobalBufferPointer:
234233
case GenISAIntrinsic::GenISA_DispatchRayIndex:

0 commit comments

Comments
 (0)