[all-commits] [llvm/llvm-project] 164679: AMDGPU: Add baseline test for attributor with call...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Tue Nov 4 20:12:38 PST 2025


  Branch: refs/heads/users/arsenm/amdgpu/attributor-no-infer-inputs-intrinsic-missing-nocallback
  Home:   https://github.com/llvm/llvm-project
  Commit: 164679730b572cff94f4ce346d595212eaefc43e
      https://github.com/llvm/llvm-project/commit/164679730b572cff94f4ce346d595212eaefc43e
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-11-04 (Tue, 04 Nov 2025)

  Changed paths:
    A llvm/test/CodeGen/AMDGPU/amdgpu-attributor-intrinsic-missing-nocallback.ll

  Log Message:
  -----------
  AMDGPU: Add baseline test for attributor with calling intrinsic


  Commit: 85f53834d89ec447c5d95d3e3c4a62a5ee3377cc
      https://github.com/llvm/llvm-project/commit/85f53834d89ec447c5d95d3e3c4a62a5ee3377cc
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-11-04 (Tue, 04 Nov 2025)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUAttributor.cpp
    M llvm/test/CodeGen/AMDGPU/amdgpu-attributor-intrinsic-missing-nocallback.ll
    A llvm/test/CodeGen/AMDGPU/amdgpu-attributor-nocallback-intrinsics.ll

  Log Message:
  -----------
  AMDGPU: Do not infer implicit inputs for !nocallback intrinsics

This isn't really the right check, we want to know that the intrinsic
does not perform a true function call to any code (in the module or not). nocallback
appears to be the closest thing to this property we have now though.

Also do the same for inferring no-agpr usage.


Compare: https://github.com/llvm/llvm-project/compare/6aef6b0f561f...85f53834d89e

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list