[all-commits] [llvm/llvm-project] 5802cb: [AMDGPU] Fix typo in implicit operand lists

Jay Foad via All-commits all-commits at lists.llvm.org
Fri Apr 23 07:44:41 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5802cbefc1bffce10ecd0611f08f8433283cdeeb
      https://github.com/llvm/llvm-project/commit/5802cbefc1bffce10ecd0611f08f8433283cdeeb
  Author: Jay Foad <jay.foad at amd.com>
  Date:   2021-04-23 (Fri, 23 Apr 2021)

  Changed paths:
    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] Fix typo in implicit operand lists

Several tests had a typo where they mentioned sgpr17 twice instead of
sgpr17 and sgpr27. This had a significant effect on the
"scavenge_sgpr_pei_no_sgprs" tests because there was actually an sgpr
available, namely sgpr27.

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




More information about the All-commits mailing list