Skip to content

Commit 637f835

Browse files
weiyu-chensys_zuul
authored andcommitted
Remove an obsolete W/A
Change-Id: I22bd2bdc2f9f08064c8a88268c627fee3831e757
1 parent 075afcd commit 637f835

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

visa/Optimizer.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6747,13 +6747,6 @@ bool Optimizer::foldPseudoAndOr(G4_BB* bb, INST_LIST_ITER& ii)
67476747
}
67486748
}
67496749

6750-
if (VISA_WA_CHECK(builder.getPWaTable(), WaDisableSendsPreemption) &&
6751-
inst->isSplitSend() &&
6752-
!(inst->getSrc(1)->isNullReg()))
6753-
{
6754-
inst->setOptionOn(InstOpt_NoPreempt);
6755-
}
6756-
67576750
if (inst->isSend() && !inst->isNoPreemptInst() && builder.needsNoPreemptR2ForSend())
67586751
{
67596752
G4_Operand *Src0 = inst->getSrc(0);

0 commit comments

Comments
 (0)