[PATCH] D139732: [AMDGPU] Add pass to rewrite partially used virtual superregisters after RenameIndependentSubregs pass with registers of minimal size.

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 17 13:54:19 PST 2023


arsenm added inline comments.


================
Comment at: llvm/include/llvm/CodeGen/LiveInterval.h:713-717
+    Register Reg;       // the register or stack slot of this interval.
     float Weight = 0.0; // weight of this interval
+    friend class LiveIntervals;
 
   public:
----------------
These generic header changes should be split into a separate patch, at first glance I don't understand why they are necessary


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139732



More information about the llvm-commits mailing list