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
GlobalTypeOptimization removes struct fields that have no reads, then
optimizes out any sets of those fields. We were previously being overly
conservative and replacing optimized seqcst sets with fences, but in
fact those sets cannot possibly synchronize with anything because there
are no reads. Stop emitting the unnecessary fences.
0 commit comments