-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Field sensitivity for unions #7230
Field sensitivity for unions #7230
Conversation
c6c2eb5
to
5ff4248
Compare
Codecov ReportBase: 78.25% // Head: 78.27% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #7230 +/- ##
===========================================
+ Coverage 78.25% 78.27% +0.02%
===========================================
Files 1642 1642
Lines 189763 189922 +159
===========================================
+ Hits 148490 148655 +165
+ Misses 41273 41267 -6
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
dfd74be
to
11f54ad
Compare
3cf746e
to
40f59a6
Compare
7d2d07b
to
96b0484
Compare
96b0484
to
08dd144
Compare
08dd144
to
1d49284
Compare
1d49284
to
5d1964d
Compare
Field-sensitive tracking of unions permits propagating constants even when those do not affect the full width of the union (implying that some bits remain non-constant).
5d1964d
to
50dbf7e
Compare
Field-sensitive tracking of unions permits propagating constants even when those do not affect the full width of the union (implying that some bits remain non-constant).