[PATCH] D107991: AMDGPU: Stop attributor adding attributes to intrinsic declarations
Kuter Dinel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 12 13:45:55 PDT 2021
kuter accepted this revision.
kuter added a comment.
This revision is now accepted and ready to land.
LGTM. With a nit.
================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUAttributor.cpp:304
// Don't add attributes to instrinsics
if (F->isIntrinsic()) {
indicatePessimisticFixpoint();
----------------
This is no longer needed.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107991/new/
https://reviews.llvm.org/D107991
More information about the llvm-commits
mailing list