================
@@ -363,6 +363,10 @@ class TargetTransformInfoImplBase {
     return 0;
   }
 
+  InstructionCost getPHIScalarizationOverhead(Type *ScalarTy, VectorType *VTy) {
+    return 0;
----------------
jrbyrnes wrote:
Outdated
https://github.com/llvm/llvm-project/pull/91016