Skip to content

Commit 18c56e0

Browse files
gfxbotsys_zuul
authored andcommitted
Changes in code.
Change-Id: I81bf3c75d08315fa7e8952449f325f1cf12b55c3
1 parent 355d9b6 commit 18c56e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

visa/HWConformity.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5981,7 +5981,8 @@ void HWConformity::conformBB(G4_BB* bb)
59815981
G4_INST *inst = *i;
59825982
G4_opcode opcode = inst->opcode();
59835983

5984-
if (opcode == G4_nop ||
5984+
if ((inst->mayExceedTwoGRF() && !inst->isSend()) ||
5985+
opcode == G4_nop ||
59855986
opcode == G4_label)
59865987
{
59875988
continue;

0 commit comments

Comments
 (0)