Cmm constant folding: Narrow results to operations bitwidth.
When constant folding ensure the result is still within bounds for the given type by explicitly narrowing the results. Not doing so results in a lot of spurious assembler warnings especially when testing primops.
Loading
Please register or sign in to comment