Skip to content

Commit 394fd62

Browse files
pratikasharigcbot
authored andcommitted
[Autobackout][FuncReg]Revert of change: 4d98cad
Add comments to spill/fill when not using stack calls.
1 parent b4426c8 commit 394fd62

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

visa/SpillManagerGMRF.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4416,10 +4416,6 @@ void GlobalRA::expandSpillNonStackcall(
44164416
inst->getDst(), headerOpnd, payloadToUse, msgDescImm,
44174417
inst->getOption(), msgDesc, extDesc);
44184418

4419-
std::stringstream comments;
4420-
comments << "scratch space spill: " << payloadToUse->getTopDcl()->getName() << " from offset[" << offset << "x32]";
4421-
sendInst->setComments(comments.str());
4422-
44234419
instIt = bb->insertBefore(instIt, sendInst);
44244420

44254421
numRows -= getPayloadSizeGRF(numRows);
@@ -4605,10 +4601,6 @@ void GlobalRA::expandSpillIntrinsic(G4_BB* bb)
46054601
G4_send, g4::SIMD16, fillDst, headerOpnd, msgDescImm, inst->getOption(),
46064602
msgDesc);
46074603

4608-
std::stringstream comments;
4609-
comments << "scratch space fill: " << inst->getDst()->getTopDcl()->getName() << " from offset[" << offset << "x32]";
4610-
sendInst->setComments(comments.str());
4611-
46124604
instIt = bb->insertBefore(instIt, sendInst);
46134605

46144606
numRows -= getPayloadSizeGRF(numRows);

0 commit comments

Comments
 (0)