This is an archive of the discontinued LLVM Phabricator instance.

[ModRefInfo] Reverse Must/NoModRef bit order.
AbandonedPublic

Authored by asbirlea on Dec 11 2017, 1:38 PM.

Details

Summary

Reordering bits in ModRefInfo get the correct behavior for union between multiple AA analysis.
Making this an add-on patch to D38862 to separate the changes needed.