[all-commits] [llvm/llvm-project] 097ba5: [VPlan] Use VPTypeInfo in simplifyRecipes.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Nov 15 07:29:25 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 097ba5366cbcef4b6c26d72ff8184c56405478d0
https://github.com/llvm/llvm-project/commit/097ba5366cbcef4b6c26d72ff8184c56405478d0
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-11-15 (Wed, 15 Nov 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanAnalysis.cpp
M llvm/lib/Transforms/Vectorize/VPlanAnalysis.h
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
M llvm/test/Transforms/LoopVectorize/cast-induction.ll
Log Message:
-----------
[VPlan] Use VPTypeInfo in simplifyRecipes.
Replace getTypeForVPValue with the recently added, more general
VPTypeAnalysis.
More information about the All-commits
mailing list