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

via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 18 03:11:09 PDT 2025


================
@@ -1646,7 +1654,7 @@ void VPWidenRecipe::execute(VPTransformState &State) {
 
----------------
ayalz wrote:

Here setFlags() is already applied under dyn_cast to Instruction. Place setMetadata() here as well, or rather applyMetadata(Instruction*)?

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


More information about the llvm-commits mailing list