================
@@ -1190,18 +1190,33 @@ struct VPIRPhi : public VPIRInstruction {
#endif
};
+/// Helper to manage IR metadata for recipes. It filters out metadata that
+/// cannot be proagated.
----------------
fhahn wrote:
Fixed thanks
https://github.com/llvm/llvm-project/pull/135272