[all-commits] [llvm/llvm-project] 23487b: [AMDGPU] Merge the conditions used for deciding CS...

Christudasan Devadasan via All-commits all-commits at lists.llvm.org
Wed Sep 25 22:20:22 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 23487be4903630a4c06160562fb939f6389aa99d
      https://github.com/llvm/llvm-project/commit/23487be4903630a4c06160562fb939f6389aa99d
  Author: Christudasan Devadasan <christudasan.devadasan at amd.com>
  Date:   2024-09-26 (Thu, 26 Sep 2024)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SIFrameLowering.cpp
    M llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp

  Log Message:
  -----------
  [AMDGPU] Merge the conditions used for deciding CS spills for amdgpu_cs_chain[_preserve] (#109911)

Multiple conditions exist to decide whether callee save spills/restores
are required for amdgpu_cs_chain or amdgpu_cs_chain_preserve calling
conventions. This patch consolidates them all and moves to a single
place.



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