This is an archive of the discontinued LLVM Phabricator instance.

clang/AMDGPU: Drop volatile from builtin_atomic* pointers
AbandonedPublic

Authored by arsenm on Nov 11 2022, 4:19 PM.

Details

Reviewers
yaxunl
JonChesterfield
Group Reviewers
Restricted Project
Summary

The codegen takes the volatileness from the used value,
so this didn't really matter.

Diff Detail

Event Timeline

arsenm created this revision.Nov 11 2022, 4:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 11 2022, 4:19 PM
arsenm requested review of this revision.Nov 11 2022, 4:19 PM
arsenm added a reviewer: Restricted Project.Dec 14 2022, 4:45 AM
This revision is now accepted and ready to land.Dec 14 2022, 5:09 AM
arsenm abandoned this revision.Dec 16 2022, 1:02 PM

Apparently this is just wrong and the test that the volatile check works breaks