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
Value-set: replace unsound typecast simplification with simplify_expr
Previously this would simplify ((struct A)x).y into x.y regardless of whether the two
structures both have a member y, or whether it is colocated in the two types. Now that
the simplifier can soundly simplify such an expression we should just use that instead.
0 commit comments