[all-commits] [llvm/llvm-project] 1e3abd: [AMDGPU] Fix wide spills

Piotr Sobczak via All-commits all-commits at lists.llvm.org
Wed Dec 7 01:24:32 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1e3abd82b9ed39cbbfa32bbd8b9106f8d3caf53a
      https://github.com/llvm/llvm-project/commit/1e3abd82b9ed39cbbfa32bbd8b9106f8d3caf53a
  Author: Piotr Sobczak <Piotr.Sobczak at amd.com>
  Date:   2022-12-07 (Wed, 07 Dec 2022)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
    M llvm/test/CodeGen/AMDGPU/pei-build-av-spill.mir
    M llvm/test/CodeGen/AMDGPU/spill-agpr.mir
    A llvm/test/CodeGen/AMDGPU/spill288.mir
    A llvm/test/CodeGen/AMDGPU/spill320.mir
    A llvm/test/CodeGen/AMDGPU/spill352.mir
    A llvm/test/CodeGen/AMDGPU/spill384.mir

  Log Message:
  -----------
  [AMDGPU] Fix wide spills

Update spill code to account for new vector types with
bit widths: 288, 320, 352, 384.

Related to D138205.

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




More information about the All-commits mailing list