[llvm] [VPlan] Materialize constant vector trip counts before final opts. (PR #142309)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 6 03:59:47 PDT 2025


================
@@ -3120,6 +3115,29 @@ void VPlanTransforms::materializeBroadcasts(VPlan &Plan) {
   }
 }
 
+void VPlanTransforms::materializeVectorTripCount(
----------------
fhahn wrote:

Renamed in 777c320e6c96e2de9d4c6dc52d6a85a5ef3b8569. The name clarification is also relevant for https://github.com/llvm/llvm-project/pull/151925

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


More information about the llvm-commits mailing list