Skip to content

Commit 2bd16e9

Browse files
jgu222sys_zuul
authored andcommitted
Internal refactoring
Change-Id: Ide265a024c78f7bd40a5fb4288d8904ab2a619af
1 parent 06026fd commit 2bd16e9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

visa/G4Verifier.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ class G4Verifier {
100100

101101
void verifyDstSrcOverlap(G4_INST* inst);
102102

103+
103104
};
104105
}
105106
/// Interface.

visa/Optimizer.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7640,7 +7640,8 @@ void genBucket(G4_INST *send, Bucket *bucket, RW rwType) {
76407640
{
76417641
for (auto inst : *bb)
76427642
{
7643-
if (inst->isCall() || inst->isReturn())
7643+
if (inst->isCall() ||
7644+
inst->isReturn())
76447645
{
76457646
// Do not rewrite region for call or return,
76467647
// as the effective execution size is 2.

0 commit comments

Comments
 (0)