================ @@ -1121,6 +1121,40 @@ static void computeKnownBitsFromOperator(const Operator *I, break; } + Value *V; ---------------- arsenm wrote: ```suggestion const Value *V; ``` https://github.com/llvm/llvm-project/pull/86409