staticafi/llvm2c

Reduce number of casts in arithmetic expressions

tomsik68 opened this issue · 0 comments

For example, in the following:

(long) ((long) a + (long) b);

The outer cast is not necessary as addition of two longs is a long.