================ @@ -2471,6 +2474,8 @@ bool TargetLowering::SimplifyDemandedBits( if (SimplifyDemandedBits(Src, InDemandedBits, InDemandedElts, Known, TLO, Depth + 1)) return true; + ---------------- goldsteinn wrote: Yeah, thank you! https://github.com/llvm/llvm-project/pull/82290