[all-commits] [llvm/llvm-project] 7c8958: AMDGPU: Remove amdgpu-waves-per-eu support in old ...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Jun 19 08:53:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7c8958118c6f695b01c98db6984390d2ee4fdb1a
https://github.com/llvm/llvm-project/commit/7c8958118c6f695b01c98db6984390d2ee4fdb1a
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-06-19 (Mon, 19 Jun 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUPropagateAttributes.cpp
M llvm/test/CodeGen/AMDGPU/propagate-attributes-clone.ll
M llvm/test/CodeGen/AMDGPU/propagate-attributes-function-pointer-argument.ll
Log Message:
-----------
AMDGPU: Remove amdgpu-waves-per-eu support in old attribute pass
AMDGPUAttributor now handles this attribute with value merging, so
delete the old approach which could only apply this to functions which
did not set it, or cloned the function.
More information about the All-commits
mailing list