This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Rename MUBUF_Invalidate to MUBUF_CacheControl
AcceptedPublic

Authored by kerbowa on May 14 2021, 2:31 PM.

Details

Reviewers
rampitec
t-tye
Summary

This pseudo encapsulates more than just invalidates. NFC.

Diff Detail

Event Timeline

kerbowa created this revision.May 14 2021, 2:31 PM
kerbowa requested review of this revision.May 14 2021, 2:31 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 14 2021, 2:32 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 7 2022, 9:07 AM
Herald added a subscriber: foad. · View Herald Transcript
This revision is now accepted and ready to land.Mar 7 2022, 11:20 AM
foad added a comment.Mar 8 2022, 1:34 AM

Is this because it's now used for BUFFER_WBL2 on gfx90a? All the other uses look invalidate-related.