[all-commits] [llvm/llvm-project] b91afa: [AMDGPU] Mark epilog restores as frame-destroy

Sebastian Neubauer via All-commits all-commits at lists.llvm.org
Tue Feb 2 01:27:27 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b91afa474e124514fe7bd3f399af0cbbcbe961fc
      https://github.com/llvm/llvm-project/commit/b91afa474e124514fe7bd3f399af0cbbcbe961fc
  Author: Sebastian Neubauer <sebastian.neubauer at amd.com>
  Date:   2021-02-02 (Tue, 02 Feb 2021)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SIFrameLowering.cpp
    M llvm/test/CodeGen/AMDGPU/fix-frame-ptr-reg-copy-livein.ll
    M llvm/test/CodeGen/AMDGPU/pei-scavenge-sgpr-carry-out.mir
    M llvm/test/CodeGen/AMDGPU/pei-scavenge-sgpr-gfx9.mir
    M llvm/test/CodeGen/AMDGPU/pei-scavenge-sgpr.mir

  Log Message:
  -----------
  [AMDGPU] Mark epilog restores as frame-destroy

I guess instructions were marked as frame-setup by accident, they are
restores as part of the epilog.

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




More information about the All-commits mailing list