| | | | --- | --- | | Bugzilla Link | [32814](https://llvm.org/bz32814) | | Version | trunk | | OS | All | | CC | @LebedevRI,@RKSimon,@rotateright | ## Extended Description int(x) + 1 == int(y) - 1 is not being optimized to int(x) + 2 == int(y) Proof: http://rise4fun.com/Alive/vaC