Skip to content

Commit 21a7e0c

Browse files
fveselovigcbot
authored andcommitted
Removed remaining parts of CMRT
Removed CMRT as it is deprecated Modified VC LIT tests MetaData
1 parent 15a4203 commit 21a7e0c

36 files changed

+131
-417
lines changed

IGC/VectorCompiler/include/vc/Support/BackendConfig.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,6 @@ struct GenXBackendOptions {
113113
// Disable induction variable simplification
114114
bool DisableIndvarsOpt = false;
115115

116-
// use new Prolog/Epilog Insertion pass vs old CisaBuilder machinery
117-
bool UseNewStackBuilder = true;
118-
119116
FunctionControl FCtrl = FunctionControl::Default;
120117

121118
// Non-owning pointer to workaround table.
@@ -323,8 +320,6 @@ class GenXBackendConfig : public ImmutablePass {
323320

324321
bool disableIndvarsOpt() const { return Options.DisableIndvarsOpt; }
325322

326-
bool useNewStackBuilder() const { return Options.UseNewStackBuilder; }
327-
328323
unsigned getStatelessPrivateMemSize() const {
329324
return Options.StatelessPrivateMemSize;
330325
}

0 commit comments

Comments
 (0)