[llvm] [VPlan] Manage instruction medata in VPlan. (PR #135272)

via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 22 06:50:24 PDT 2025


================
@@ -1190,18 +1190,33 @@ struct VPIRPhi : public VPIRInstruction {
 #endif
 };
 
+/// Helper to manage IR metadata for recipes. It filters out metadata that
+/// cannot be proagated.
----------------
ayalz wrote:

```suggestion
/// cannot be propagated.
```

https://github.com/llvm/llvm-project/pull/135272


More information about the llvm-commits mailing list