[all-commits] [llvm/llvm-project] 32a465: [AArch64] Avoid hardcoding spill size/align in Fra...

Benjamin Maxwell via All-commits all-commits at lists.llvm.org
Fri Jan 17 02:10:43 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 32a4650f3c76efee3bd515e25d70ae39d980b071
      https://github.com/llvm/llvm-project/commit/32a4650f3c76efee3bd515e25d70ae39d980b071
  Author: Benjamin Maxwell <benjamin.maxwell at arm.com>
  Date:   2025-01-17 (Fri, 17 Jan 2025)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64FrameLowering.cpp

  Log Message:
  -----------
  [AArch64] Avoid hardcoding spill size/align in FrameLowering (NFC) (#123080)

This is already defined for each register class in AArch64RegisterInfo,
not hardcoding it here makes these values easier to change (perhaps
based on hardware mode).



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list