[all-commits] [llvm/llvm-project] 25e60f: AMDGPU/GlobalISel: Add subtarget to a test

Matt Arsenault via All-commits all-commits at lists.llvm.org
Sun Feb 28 07:29:49 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 25e60f645ac8bf09e00bfff95c9d20d63616d687
      https://github.com/llvm/llvm-project/commit/25e60f645ac8bf09e00bfff95c9d20d63616d687
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2021-02-28 (Sun, 28 Feb 2021)

  Changed paths:
    M llvm/test/CodeGen/AMDGPU/GlobalISel/function-returns.ll

  Log Message:
  -----------
  AMDGPU/GlobalISel: Add subtarget to a test

SelectionDAG forces us to have a weird ABI for 16-bit values without
legal 16-bit operations, but currently GlobalISel bypasses this and
sometimes ends up using the gfx8+ ABI in some contexts. Make sure
we're testing the normal ABI to avoid a test change in a future patch.




More information about the All-commits mailing list