[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:38:57 PDT 2024


================
@@ -1082,6 +1088,42 @@ bool X86RegisterInfo::getRegAllocationHints(Register VirtReg,
       VirtReg, Order, Hints, MF, VRM, Matrix);
 
   unsigned ID = RC.getID();
+
+  if (!VRM || DisableRegAllocHints)
----------------
FreddyLeaf wrote:

c788607

https://github.com/llvm/llvm-project/pull/98603


More information about the llvm-commits mailing list