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] Convert vector shadow to scalar before zext
zext does not allow converting vector shadow to scalar, so we must
manually convert it prior to calling zext in materializeOneCheck,
for which the 'convertedShadow' parameter isn't actually guaranteed
to be scalar.
In contrast, the storeOrigin function already converts the (potentially vector) shadow to scalar; we add a comment to note that it is load bearing.
0 commit comments