[llvm] [LV] codegen for tail-folded epilogue loop (PR #208764)
Hassnaa Hamdi via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 30 09:49:56 PDT 2026
================
@@ -8037,15 +8185,21 @@ bool LoopVectorizePass::processLoop(Loop *L) {
Hints, ORE);
EpilogueLowering EpilogueTailLoweringStatus =
- getEpilogueTailLowering(CM, L, ORE);
+ getEpilogueTailLowering(CM, L, ORE, LVL, Hints);
+ bool IsEpilogueTFEnabled = false;
+ std::optional<InterleavedAccessInfo> TailFoldingCMIAI;
+ std::optional<LoopVectorizationCostModel> EpilogueTailFoldingCM;
----------------
hassnaaHamdi wrote:
I'll resolve this comment in a separate commit in this patch.
https://github.com/llvm/llvm-project/pull/208764
More information about the llvm-commits
mailing list