This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Mark s_get_waveid_in_workgroup as not reading memory
ClosedPublic

Authored by foad on May 19 2022, 8:56 AM.

Details

Summary

It is already marked as having side effects, at least in MIR. It does
not interact with anything else that is modelled as a memory access
either in IR or MachineIR.

Diff Detail

Event Timeline

foad created this revision.May 19 2022, 8:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 19 2022, 8:56 AM
foad requested review of this revision.May 19 2022, 8:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 19 2022, 8:56 AM
rampitec accepted this revision.May 19 2022, 10:39 AM
This revision is now accepted and ready to land.May 19 2022, 10:39 AM
This revision was landed with ongoing or failed builds.May 19 2022, 1:26 PM
This revision was automatically updated to reflect the committed changes.