This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Remove mayLoad/mayStore from some side effecting intrinsics
ClosedPublic

Authored by arsenm on May 28 2020, 6:16 AM.

Details

Summary

These don't really modify any memory, and should not expect memory
operands.

Diff Detail

Event Timeline

arsenm created this revision.May 28 2020, 6:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 28 2020, 6:17 AM
arsenm updated this revision to Diff 266840.May 28 2020, 6:17 AM

Forgot to commit test update

arsenm updated this revision to Diff 266903.May 28 2020, 9:04 AM
rampitec accepted this revision.May 28 2020, 9:53 AM
This revision is now accepted and ready to land.May 28 2020, 9:53 AM