[llvm] [CodeGen] Add MachineRegisterClassInfo analysis pass (PR #210826)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 20 23:04:54 PDT 2026


================
@@ -152,11 +152,6 @@ struct LLVM_ABI MachineSchedContext {
   MachineBlockFrequencyInfo *MBFI = nullptr;
 
   RegisterClassInfo *RegClassInfo;
-
-  MachineSchedContext();
-  MachineSchedContext &operator=(const MachineSchedContext &other) = delete;
-  MachineSchedContext(const MachineSchedContext &other) = delete;
-  virtual ~MachineSchedContext();
----------------
arsenm wrote:

Probably shouldn't have touched this 

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


More information about the llvm-commits mailing list