[all-commits] [llvm/llvm-project] 2dc6be: [AMDGPU] Update SGPRSpillVGPRCSR name. NFC

Sebastian Neubauer via All-commits all-commits at lists.llvm.org
Wed Apr 7 07:50:52 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2dc6be52093af5347162f1ff71c61df8b9d0fdf8
      https://github.com/llvm/llvm-project/commit/2dc6be52093af5347162f1ff71c61df8b9d0fdf8
  Author: Sebastian Neubauer <sebastian.neubauer at amd.com>
  Date:   2021-04-07 (Wed, 07 Apr 2021)

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

  Log Message:
  -----------
  [AMDGPU] Update SGPRSpillVGPRCSR name. NFC

The struct is used for both, callee and caller-save registers now.
The frame index is not set for entrypoints, as we do not need to save
the registers then.
Update the struct name to reflect that.

Differential Revision: https://reviews.llvm.org/D99722




More information about the All-commits mailing list