Skip to content

Commit 84b432b

Browse files
bcheng0127igcbot
authored andcommitted
Fix bug for gather send optimization
isBBLocal is not initialized.
1 parent d166721 commit 84b432b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

visa/G4_IR.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -5157,6 +5157,7 @@ G4_Declare::G4_Declare(const IR_Builder &builder, const char *n,
51575157
forceSpilled = false;
51585158
exclusiveLoad = false;
51595159
isCmpUseOnly = false;
5160+
isBBLocal = false;
51605161
scopeID = 0;
51615162

51625163
declId = (unsigned)dcllist.size();

0 commit comments

Comments
 (0)