Propagate constants more #224
JulianKemmerer
started this conversation in
General
Replies: 3 comments
-
Very much related to #65 |
Beta Was this translation helpful? Give feedback.
0 replies
-
As of closing #65 The constant value of the expression is not resolved. But it is known that things downstream/derived from it are constant too (not part of pipeline registers,etc)
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Note to check for use of global vars when checking the constant-ness of funcs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Ex.
Same for bit manipulation and a bunch of math functions. And finally 'null' all-zeros values too.
Beta Was this translation helpful? Give feedback.
All reactions