[all-commits] [llvm/llvm-project] a74278: AMDGPU: Fix broken test

Matt Arsenault via All-commits all-commits at lists.llvm.org
Thu Aug 26 19:08:16 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a74278f21f5e5bf0d2329527ba8baced94a14677
      https://github.com/llvm/llvm-project/commit/a74278f21f5e5bf0d2329527ba8baced94a14677
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2021-08-26 (Thu, 26 Aug 2021)

  Changed paths:
    M llvm/test/CodeGen/AMDGPU/simple-indirect-call.ll

  Log Message:
  -----------
  AMDGPU: Fix broken test


  Commit: 04ce2de33086184a2a6931d73c255f1595ace314
      https://github.com/llvm/llvm-project/commit/04ce2de33086184a2a6931d73c255f1595ace314
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2021-08-26 (Thu, 26 Aug 2021)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
    A llvm/test/CodeGen/AMDGPU/promote-alloca-strip-abi-opt-attributes.ll

  Log Message:
  -----------
  AMDGPU: Remove implicit argument attributes when introducing new calls

In a future patch, a new set of amdgpu-no-* attributes will be
introduced to indicate when a function does not need an implicitly
passed input. This pass introduces new instances of these intrinsic
calls, and should remove the attributes if they were present before.


Compare: https://github.com/llvm/llvm-project/compare/324bd467a217...04ce2de33086


More information about the All-commits mailing list