[llvm] [AArch64][SME] Make getRegAllocationHints stricter for multi-vector loads (PR #123081)

Sander de Smalen via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 30 05:26:57 PST 2025


================
@@ -1099,6 +1100,11 @@ bool AArch64RegisterInfo::getRegAllocationHints(
     const VirtRegMap *VRM, const LiveRegMatrix *Matrix) const {
   const MachineRegisterInfo &MRI = MF.getRegInfo();
----------------
sdesmalen-arm wrote:

nit: this can be moved down (after the if(..) condition)

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


More information about the llvm-commits mailing list