[all-commits] [llvm/llvm-project] f5b686: [AMDGPU] Add missing testcase for SGPR to AGPR copy

Mahesha S via All-commits all-commits at lists.llvm.org
Wed Mar 23 09:08:30 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f5b6866d7ea91cbd5ef73bbc312de4c20e32f654
      https://github.com/llvm/llvm-project/commit/f5b6866d7ea91cbd5ef73bbc312de4c20e32f654
  Author: hsmahesha <mahesha.comp at gmail.com>
  Date:   2022-03-23 (Wed, 23 Mar 2022)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
    M llvm/test/CodeGen/AMDGPU/agpr-copy-no-free-registers.ll

  Log Message:
  -----------
  [AMDGPU] Add missing testcase for SGPR to AGPR copy

and, also update the function indirectCopyToAGPR() to ensure that it is called only on GFX908 sub-target.

Reviewed By: rampitec

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




More information about the All-commits mailing list