================
@@ -1234,7 +1242,7 @@ void VPWidenCallRecipe::execute(VPTransformState &State) {
if (!V->getType()->isVoidTy())
State.set(this, V);
- State.addMetadata(V, CI);
+ setMetadata(V);
----------------
fhahn wrote:
Done thanks
https://github.com/llvm/llvm-project/pull/135272