Revert: "[IGC vISA] Enable barrier workaround by default at O0. 3rd try. (#203132)"

---------------------------
This commit is contained in:
Bodrova, Anastasia
2025-05-08 16:24:52 +00:00
committed by igcbot
parent 4d5fe30221
commit ae49991a75

View File

@ -815,7 +815,7 @@ bool needBothAcc(G4_Operand *opnd) const {
}
bool needBarrierWA() const {
return ((getOption(vISA_enableBarrierWA) || getOption(vISA_Debug)) &&
return (getOption(vISA_enableBarrierWA) &&
(getPlatform() == Xe_XeHPSDV || getPlatform() == Xe_PVC ||
getPlatform() == Xe_PVCXT || getPlatform() == Xe_DG2 ||
getPlatform() == Xe_MTL));