[llvm] [X86][RA] Add two address hints for compressible NDD instructions. (PR #98603)
Freddy Ye via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 4 23:39:00 PDT 2024
================
@@ -45,6 +45,12 @@ static cl::opt<bool>
EnableBasePointer("x86-use-base-pointer", cl::Hidden, cl::init(true),
cl::desc("Enable use of a base pointer for complex stack frames"));
+static cl::opt<bool>
+ DisableRegAllocHints("x86-disable-regalloc-hints", cl::Hidden,
+ cl::init(false),
+ cl::desc("Disable two address hints for register "
+ "allocation"));
----------------
FreddyLeaf wrote:
c788607
https://github.com/llvm/llvm-project/pull/98603
More information about the llvm-commits
mailing list