Field sensitivity for unions#7230
Merged
tautschnig merged 1 commit intoNov 22, 2022
Merged
Conversation
This was referenced Oct 10, 2022
tautschnig
force-pushed
the
feature/union-field-sensitivity
branch
2 times, most recently
from
October 18, 2022 11:09
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. |
tautschnig
force-pushed
the
feature/union-field-sensitivity
branch
3 times, most recently
from
October 19, 2022 15:16
dfd74be to
11f54ad
Compare
3 tasks
tautschnig
force-pushed
the
feature/union-field-sensitivity
branch
2 times, most recently
from
October 21, 2022 10:16
3cf746e to
40f59a6
Compare
tautschnig
force-pushed
the
feature/union-field-sensitivity
branch
2 times, most recently
from
October 27, 2022 15:07
7d2d07b to
96b0484
Compare
2 tasks
tautschnig
force-pushed
the
feature/union-field-sensitivity
branch
from
November 3, 2022 18:52
96b0484 to
08dd144
Compare
tautschnig
marked this pull request as ready for review
November 3, 2022 18:52
tautschnig
requested review from
kroening,
peterschrammel and
romainbrenguier
as code owners
November 3, 2022 18:52
tautschnig
force-pushed
the
feature/union-field-sensitivity
branch
from
November 3, 2022 19:31
08dd144 to
1d49284
Compare
tautschnig
force-pushed
the
feature/union-field-sensitivity
branch
from
November 6, 2022 22:12
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).
tautschnig
force-pushed
the
feature/union-field-sensitivity
branch
from
November 7, 2022 14:12
5d1964d to
50dbf7e
Compare
This was referenced Nov 9, 2022
peterschrammel
approved these changes
Nov 22, 2022
This was referenced Feb 4, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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).