This is an archive of the discontinued LLVM Phabricator instance.

tsan: introduce kAccessExternalPC
ClosedPublic

Authored by dvyukov on Aug 4 2021, 8:06 AM.

Details

Summary

Add kAccessExternal memory access flag that denotes
memory accesses with PCs that may have kExternalPCBit set.
In preparation for MemoryAccess refactoring.
Currently unused, but will allow to skip a branch.

Depends on D107464.

Diff Detail

Event Timeline

dvyukov requested review of this revision.Aug 4 2021, 8:06 AM
dvyukov created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptAug 4 2021, 8:06 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
melver accepted this revision.Aug 4 2021, 8:41 AM
This revision is now accepted and ready to land.Aug 4 2021, 8:41 AM
This revision was automatically updated to reflect the committed changes.