[PATCH] D78553: [AMDGPU] Simplify definition of VReg and AReg classes. NFC.

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 22 01:03:14 PDT 2020


foad marked an inline comment as done.
foad added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/SIRegisterInfo.td:735
+  let AllocationPriority = numRegs;
+  let Weight = numRegs;
 }
----------------
rampitec wrote:
> Do you mind to add "let GeneratePressureSet = 0" here before submission?
We're already inside a `let GeneratePressureSet = 0 in { ... }` block.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78553/new/

https://reviews.llvm.org/D78553





More information about the llvm-commits mailing list