[llvm] [VPlan] Manage instruction medata in VPlan. (PR #135272)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 19 12:27:54 PDT 2025
================
@@ -1204,6 +1204,14 @@ void VPIRPhi::print(raw_ostream &O, const Twine &Indent,
}
#endif
+void VPWithIRMetadata::setMetadata(Value *V) const {
----------------
fhahn wrote:
Could do if preferred, but then we would need to update every caller?
https://github.com/llvm/llvm-project/pull/135272
More information about the llvm-commits
mailing list