[llvm] [CodeGen][MachineLICM] Use RegUnits in HoistRegionPostRA (PR #94608)
Pierre van Houtryve via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 12 02:33:02 PDT 2024
================
@@ -423,10 +423,47 @@ static bool InstructionStoresToFI(const MachineInstr *MI, int FI) {
return false;
}
+static void applyBitsNotInRegMaskToRegUnitsMask(const TargetRegisterInfo &TRI,
----------------
Pierre-vh wrote:
Ah I see, and that probably explains the regression as well. I will have a look at it again this week.
https://github.com/llvm/llvm-project/pull/94608
More information about the llvm-commits
mailing list