[all-commits] [llvm/llvm-project] b1cfa6: AMDGPU/GlobalISel: Uncomment some fixed tests

Matt Arsenault via All-commits all-commits at lists.llvm.org
Fri Jun 26 07:03:24 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b1cfa64cb15a0e84c953491c557b088605dac015
      https://github.com/llvm/llvm-project/commit/b1cfa64cb15a0e84c953491c557b088605dac015
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-06-26 (Fri, 26 Jun 2020)

  Changed paths:
    M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-amdgpu_kernel.ll

  Log Message:
  -----------
  AMDGPU/GlobalISel: Uncomment some fixed tests


  Commit: 54573528ae8b2391f8386c9c8611760936b457ee
      https://github.com/llvm/llvm-project/commit/54573528ae8b2391f8386c9c8611760936b457ee
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-06-26 (Fri, 26 Jun 2020)

  Changed paths:
    M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-amdgpu_kernel.ll

  Log Message:
  -----------
  AMDGPU/GlobalISel: Add baseline checks for legacy clover kernel ABI

I'm not sure we actually need to support this now, since I think
clover always explicitly uses amdgcn-mesa-mesa3d now, not the
ill-defined amdgcn-- behavior.


  Commit: 431daedee4dcce0c096c400dbf8e64dfe7254fb6
      https://github.com/llvm/llvm-project/commit/431daedee4dcce0c096c400dbf8e64dfe7254fb6
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-06-26 (Fri, 26 Jun 2020)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
    M llvm/test/CodeGen/AMDGPU/GlobalISel/cvt_f32_ubyte.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-amdgpu_kernel.ll

  Log Message:
  -----------
  AMDGPU/GlobalISel: Fix legacy clover kernel argument ABI

This had an extra attempt to align the pointer, which only did
anything with a base kernel argument offset which only clover used to
use.


Compare: https://github.com/llvm/llvm-project/compare/a2004c344bf0...431daedee4dc


More information about the All-commits mailing list