You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[msan] Fix "Add optional flag to improve instrumentation of disjoint OR (llvm#145990)" (llvm#146799)
The "V1" and "V2" values were already NOT'ed, hence the calculation of disjoint OR in llvm#145990 was incorrect. This patch fixes the issue, with some refactoring and renaming of variables.
0 commit comments