Shift operators are undefined in some situations #1888
Labels
A-codegen
Area: Code generation
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
When shifting by greater than the bit width of the type or negative values, the results are undefined. As discussed in #1570, it might be nice if this was not the case.
The text was updated successfully, but these errors were encountered: