[llvm] [RegisterCoalescer]: Try inflated RC for coalescing (PR #130870)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 3 20:22:39 PDT 2025
================
@@ -456,6 +456,30 @@ static bool isSplitEdge(const MachineBasicBlock *MBB) {
return true;
}
+static const TargetRegisterClass *
+getLargestLegalRegClass(Register Reg, const MachineFunction *MF,
+ const MachineRegisterInfo &MRI) {
----------------
arsenm wrote:
This is mostly copy paste from the MRI function, can you refactor it there to expose this
https://github.com/llvm/llvm-project/pull/130870
More information about the llvm-commits
mailing list