[llvm] [LV] Use original trip-count as the vector-trip-count if use predicated EVL instructions for tail-folding. (PR #132675)
Mel Chen via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 24 03:21:20 PDT 2025
================
@@ -2426,9 +2426,18 @@ InnerLoopVectorizer::getOrCreateVectorTripCount(BasicBlock *InsertBlock) {
return VectorTripCount;
Value *TC = getTripCount();
+ Type *Ty = TC->getType();
----------------
Mel-Chen wrote:
Why move this?
https://github.com/llvm/llvm-project/pull/132675
More information about the llvm-commits
mailing list