This is an archive of the discontinued LLVM Phabricator instance.

[Attributor] Clamp operator to extend known state
ClosedPublic

Authored by uenoku on Aug 23 2019, 3:04 AM.

Details

Summary

Similar to ^= operator for IntegerState, this patch introduces a += operator to "clamp" known information.

Diff Detail

Event Timeline

uenoku created this revision.Aug 23 2019, 3:04 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 23 2019, 3:04 AM
This revision is now accepted and ready to land.Aug 26 2019, 7:45 AM
This revision was automatically updated to reflect the committed changes.