Skip to content

Commit 5ecca96

Browse files
pratikasharigcbot
authored andcommitted
Disable emission of CE register value to stack
Disable emission of CE register value to stack.
1 parent ba588a5 commit 5ecca96

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

visa/Option.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@ bool Options::parseOptions(int argc, const char *argv[]) {
263263
m_vISAOptions.setBool(vISA_SplitGRFAlignedScalar, false);
264264
m_vISAOptions.setBool(vISA_SkipRedundantFillInRMW, false);
265265
m_vISAOptions.setBool(vISA_EnableDCE, false);
266-
m_vISAOptions.setBool(vISA_storeCE, true);
267266
m_vISAOptions.setBool(vISA_Debug, true);
268267
}
269268
if (m_vISAOptions.isArgSetByUser(vISA_Stepping)) {

0 commit comments

Comments
 (0)