[all-commits] [llvm/llvm-project] bccb9a: AMDGPU: Add baseline test for attributor with call...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Mar 18 20:19:18 PDT 2025
Branch: refs/heads/users/arsenm/amdgpu/attributor-no-infer-inputs-intrinsic-missing-nocallback
Home: https://github.com/llvm/llvm-project
Commit: bccb9a6155b8d2ef8281fb5c9a43901ae15f1950
https://github.com/llvm/llvm-project/commit/bccb9a6155b8d2ef8281fb5c9a43901ae15f1950
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-03-19 (Wed, 19 Mar 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: 6aef6b0f561fc567c86ad5cd149ce1207d4eb8ce
https://github.com/llvm/llvm-project/commit/6aef6b0f561fc567c86ad5cd149ce1207d4eb8ce
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-03-19 (Wed, 19 Mar 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/4e4d1a17d4ae...6aef6b0f561f
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