================ @@ -44,6 +44,8 @@ Type *VPTypeAnalysis::inferScalarTypeForRecipe(const VPInstruction *R) { CachedTypes[OtherV] = ResTy; return ResTy; } + case VPInstruction::PtrAdd: ---------------- fhahn wrote: Added, thanks! https://github.com/llvm/llvm-project/pull/83068