Skip to content

Commit f938945

Browse files
Konstantin Vladimirovigcbot
authored andcommitted
[Autobackout][FuncReg]Revert of change: 272ad43
introduce new pass instead of TPM TPM often does too much, we need more local approach
1 parent 649ae9a commit f938945

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

IGC/VectorCompiler/lib/GenXCodeGen/GenXLoadStoreLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ SPDX-License-Identifier: MIT
6262
using namespace llvm;
6363
using namespace genx;
6464

65-
static cl::opt<bool> EnableLL("enable-ldst-lowering", cl::init(true),
65+
static cl::opt<bool> EnableLL("enable-ldst-lowering", cl::init(false),
6666
cl::Hidden,
6767
cl::desc("Enable Load-Store lowering pass"));
6868

IGC/VectorCompiler/lib/GenXCodeGen/GenXThreadPrivateMemory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ using namespace genx;
5757

5858
static cl::opt<bool> EnableTPM("enable-legacy-tpm", cl::init(true), cl::Hidden,
5959
cl::desc("Enable legacy TPM pass"));
60-
static cl::opt<bool> EnableTPMOCLRT("enable-legacy-tpm-oclrt", cl::init(false),
60+
static cl::opt<bool> EnableTPMOCLRT("enable-legacy-tpm-oclrt", cl::init(true),
6161
cl::Hidden,
6262
cl::desc("Enable legacy TPM pass"));
6363
static cl::opt<bool> ForceSVMTPM("force-svm-tpm", cl::init(true), cl::Hidden,

0 commit comments

Comments
 (0)