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

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 22 08:11:40 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.
----------------
fhahn wrote:

Fixed thanks

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


More information about the llvm-commits mailing list