[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 09:51:39 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:
That function is used in this refactoring: https://github.com/llvm/llvm-project/pull/195292
https://github.com/llvm/llvm-project/pull/194951
More information about the llvm-commits
mailing list