[llvm] [VPlan] Materialize constant vector trip counts before final opts. (PR #142309)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 3 12:47:13 PDT 2025
================
@@ -3120,6 +3115,29 @@ void VPlanTransforms::materializeBroadcasts(VPlan &Plan) {
}
}
+void VPlanTransforms::materializeVectorTripCount(
----------------
ayalz wrote:
```suggestion
void VPlanTransforms::materializeConstantVectorTripCount(
```
?
https://github.com/llvm/llvm-project/pull/142309
More information about the llvm-commits
mailing list