Skip to content

Commit 9d30dfd

Browse files
weiyu-chenigcbot
authored andcommitted
[Autobackout][FuncReg]Revert of change: b7b9014
internal feature
1 parent 0b8e41c commit 9d30dfd

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

IGC/AdaptorOCL/DriverInfoOCL.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ namespace TC
8787
unsigned getVISAPreRASchedulerCtrl() const override { return 6; }
8888
bool SupportStatefulToken() const override { return true; }
8989
bool SupportInlineAssembly() const override { return true; }
90-
9190
};
9291

9392
}//namespace TC

IGC/Compiler/CISACodeGen/CISABuilder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4288,7 +4288,7 @@ namespace IGC
42884288
{
42894289
SaveOption( vISA_LocalScheduling, false );
42904290
// temporarily enabling preRA_schedule due to the ACOdyssey regression in IGC-4149. May be re-disenabled later
4291-
// SaveOption( vISA_preRA_Schedule, false );
4291+
// SaveOption( vISA_preRA_Schedule, false );
42924292
SaveOption( vISA_SpillSpaceCompression, false );
42934293
SaveOption( vISA_LVN, false );
42944294
SaveOption( vISA_QuickTokenAllocation, true );

IGC/Compiler/CISACodeGen/DriverInfo.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,6 @@ namespace IGC
306306

307307

308308

309-
310309
};
311310

312311
}//namespace IGC

0 commit comments

Comments
 (0)