Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-29 | fix folding of unsigned operations | Quentin Carbonneaux | |
This fixes similar bugs than the ones fixed in the previous commit. In the folding code the invariant is that when a result is 32 bits wide, the low 32 bits of 'x' are correct. The high bits can be anything. | |||
2019-04-29 | fold: Make sure 32-bit constants get sign extended when necessary | Michael Forney | |