[llvm] [LV][NFC] Introduce LoopVectorizationUtils for shared utility functions (PR #194951)
Hassnaa Hamdi via llvm-commits
llvm-commits at lists.llvm.org
Fri May 1 07:13:09 PDT 2026
================
@@ -388,48 +389,6 @@ static bool hasIrregularType(Type *Ty, const DataLayout &DL) {
return DL.getTypeAllocSizeInBits(Ty) != DL.getTypeSizeInBits(Ty);
}
-/// A version of ScalarEvolution::getSmallConstantTripCount that returns an
----------------
hassnaaHamdi wrote:
I will move a piece of work into a new function in the planner, this function will get used there also.
https://github.com/llvm/llvm-project/pull/194951
More information about the llvm-commits
mailing list