Skip to content

Commit 896707d

Browse files
Konstantin Vladimirovigcbot
authored andcommitted
[Autobackout][FuncReg]Revert of change: 56c7b7d
Add enable preemption to finalizer flags
1 parent 61b334b commit 896707d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

IGC/VectorCompiler/lib/GenXCodeGen/GenXCisaBuilder.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6272,10 +6272,6 @@ collectFinalizerArgs(StringSaver &Saver, const GenXSubtarget &ST,
62726272
Argv.push_back(Saver.save(Arg).data());
62736273
};
62746274

6275-
// enable preemption if we have SKL+
6276-
if (ST.getVisaPlatform() >= TARGET_PLATFORM::GENX_SKL)
6277-
addArgument("-enablePreemption");
6278-
62796275
addArgument("-dumpvisa");
62806276
for (const auto &Fos : FinalizerOpts)
62816277
cl::TokenizeGNUCommandLine(Fos, Saver, Argv);

0 commit comments

Comments
 (0)