[llvm] [VPlan] Manage instruction metadata in VPlan. (PR #135272)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 24 02:44:54 PDT 2025
================
@@ -290,13 +290,6 @@ struct VPTransformState {
/// vector loop.
----------------
fhahn wrote:
I think this is still accurate; applyMetadata in this patch applies metadata already on `Orig`, while `addNewMetadata` adds metadata from versioning, not present at the original instructions.
https://github.com/llvm/llvm-project/pull/135272
More information about the llvm-commits
mailing list