commit | 505f2acdb188c7dfb5b8c9cad3b6d7a0ddd2407b | [log] [tgz] |
---|---|---|
author | Nikita Popov <npopov@redhat.com> | Mon Aug 01 08:16:54 2022 +0200 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Aug 03 01:12:19 2022 -0700 |
tree | ce6438ff0ab294a2ebb24a1fd5890ea6e896ce4f | |
parent | 1602f3994877dfed9203ee82c1d91ef6bc1f8db0 [diff] |
[AA] Make ModRefInfo a bitmask enum (NFC) Mark ModRefInfo as a bitmask enum, which allows using normal & and | operators on it. This supersedes various functions like unionModRef() and intersectModRef(). I think this makes the code cleaner than going through helper functions... Differential Revision: https://reviews.llvm.org/D130870 GitOrigin-RevId: b128e057c191a441e3778ffc872ffca943b2e5b1