This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Remove implicit argument attributes when introducing new calls
ClosedPublic

Authored by arsenm on Aug 16 2021, 1:25 PM.

Details

Summary

In a future patch, a new set of amdgpu-no-* attributes will be
introduced to indicate when a function does not need an implicitly
passed input. This pass introduces new instances of these intrinsic
calls, and should remove the attributes if they were present before.

Diff Detail

Event Timeline

arsenm created this revision.Aug 16 2021, 1:25 PM
arsenm requested review of this revision.Aug 16 2021, 1:25 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 16 2021, 1:25 PM
Herald added a subscriber: wdng. · View Herald Transcript
This revision is now accepted and ready to land.Aug 16 2021, 9:57 PM