[PATCH] D115562: AMDGPU: Remove amdgpu-waves-per-eu support in old attribute pass
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 10 16:19:48 PST 2021
arsenm created this revision.
arsenm added reviewers: rampitec, t-tye, kzhuravl, yaxunl.
Herald added subscribers: foad, jdoerfert, uenoku, kerbowa, hiraditya, tpr, dstuttard, nhaehnle, jvesely.
Herald added a reviewer: uenoku.
arsenm requested review of this revision.
Herald added a subscriber: wdng.
Herald added a reviewer: jdoerfert.
Herald added a reviewer: sstefan1.
Herald added a reviewer: baziotis.
Herald added a project: LLVM.
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.
https://reviews.llvm.org/D115562
Files:
llvm/lib/Target/AMDGPU/AMDGPUPropagateAttributes.cpp
llvm/test/CodeGen/AMDGPU/propagate-attributes-clone.ll
llvm/test/CodeGen/AMDGPU/propagate-attributes-function-pointer-argument.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115562.393623.patch
Type: text/x-patch
Size: 5694 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211211/995823b4/attachment.bin>
More information about the llvm-commits
mailing list