This is an archive of the discontinued LLVM Phabricator instance.

[Attributor] Add missing operators for ChangeStatus
AbandonedPublic

Authored by kuter on Aug 26 2020, 11:43 AM.

Details

Summary

This patch adds the missing &= and |= operatos for ChangeStatus.

Diff Detail

Event Timeline

kuter created this revision.Aug 26 2020, 11:43 AM
Herald added a reviewer: homerdin. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
kuter requested review of this revision.Aug 26 2020, 11:43 AM

can we use them right away in some places?

kuter abandoned this revision.Aug 22 2021, 4:01 PM

This feature was added by another patch.