[llvm] [VPlan] Manage instruction medata in VPlan. (PR #135272)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 22 06:50:23 PDT 2025
================
@@ -355,23 +355,13 @@ BasicBlock *VPTransformState::CFGState::getPreheaderBBFor(VPRecipeBase *R) {
return VPBB2IRBB[LoopRegion->getPreheaderVPBB()];
}
-void VPTransformState::addNewMetadata(Instruction *To,
- const Instruction *Orig) {
+void VPTransformState::addNewMetadata(Value *To, const Instruction *Orig) {
+
----------------
ayalz wrote:
Is this change still needed, now that metadata is applied to Instructions rather than Values?
https://github.com/llvm/llvm-project/pull/135272
More information about the llvm-commits
mailing list