[llvm] [VPlan] Manage noalias/alias_scope metadata in VPlan. (NFC) (PR #136450)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Sat May 3 03:20:55 PDT 2025
================
@@ -9013,6 +8997,20 @@ bool VPRecipeBuilder::getScaledReductions(
return false;
}
+SmallVector<std::pair<unsigned, MDNode *>>
+VPRecipeBuilder::getMetadataToPropagate(Instruction *I) const {
----------------
fhahn wrote:
Renamed, thanks!
https://github.com/llvm/llvm-project/pull/136450
More information about the llvm-commits
mailing list