<div dir="ltr">Hi everyone,<br><br>In a twitch chat someone redirected me to an example that is not optimized: <a href="https://godbolt.org/z/BL-4jL">https://godbolt.org/z/BL-4jL</a><br><br>I included the original source code and this is after -O2. We both thought that the -8 branch could be optimized out. I added a nuw in the subtraction and it actually does it.<br><br>Any thoughts on why that doesn't happen already?<br><br>Best,<br>Stefanos Baziotis</div>