This is an archive of the discontinued LLVM Phabricator instance.

[analyzer][NFC] Add LLVM_UNLIKELY to assumeDualImpl
ClosedPublic

Authored by martong on Jun 7 2022, 1:33 AM.

Details

Summary

Aligned with the measures we had in D124674, this condition seems to be
unlikely.

Nevertheless, I've made some new measurments with stats just for this,
and data confirms this is indeed unlikely.

Diff Detail

Event Timeline

martong created this revision.Jun 7 2022, 1:33 AM
Herald added a project: Restricted Project. · View Herald Transcript
martong requested review of this revision.Jun 7 2022, 1:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 7 2022, 1:33 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
steakhal accepted this revision.Jun 7 2022, 2:38 AM
This revision is now accepted and ready to land.Jun 7 2022, 2:38 AM
This revision was automatically updated to reflect the committed changes.