This is an archive of the discontinued LLVM Phabricator instance.

Thread safety analysis: Pack CapabilityExpr using PointerIntPair (NFC)
ClosedPublic

Authored by aaronpuchert on Apr 20 2022, 2:24 PM.

Details

Summary

We're storing these quite frequently: FactEntry inherits from
CapabilityExpr, and the FactManager has a vector of such entries.

Diff Detail

Event Timeline

aaronpuchert created this revision.Apr 20 2022, 2:24 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 20 2022, 2:24 PM
aaronpuchert requested review of this revision.Apr 20 2022, 2:24 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 20 2022, 2:24 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
This revision is now accepted and ready to land.Apr 22 2022, 5:24 AM