Move int/long compare tweak again
authorMike Danes <onemihaid@hotmail.com>
Sun, 1 Jan 2017 18:02:06 +0000 (20:02 +0200)
committerMike Danes <onemihaid@hotmail.com>
Tue, 17 Jan 2017 18:27:39 +0000 (20:27 +0200)
commit2ad70e7508fcf43488fe0956939bbc18d1e47f4a
tree78969031d53a2b4f66fa006ba5cbd25fa8dac9d3
parent1a120df2b771c451df2e8739949776d9c9c583c8
Move int/long compare tweak again

It turns out that loop cloning can generate small int/long comparisons as well and then this code can narrow down the comparison to small int. This requires setting the GTF_UNSIGNED flag so this code must run before the code that checks for small int comparisons.

No FX diffs.
To be sure move this long/int comparison tweak before anything else.
src/jit/lower.cpp