================
@@ -275,11 +275,26 @@ static bool processICmp(ICmpInst *Cmp, LazyValueInfo *LVI) {
if (!Cmp->isSigned())
return false;
----------------
nikic wrote:
This code should come before the isSigned() check.
https://github.com/llvm/llvm-project/pull/73767