[llvm] [LV] Use ElementCount::isKnownLT to factor code (NFC) (PR #130596)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 10 08:30:14 PDT 2025


================
@@ -144,16 +144,10 @@
 #include "llvm/Transforms/Utils/ScalarEvolutionExpander.h"
 #include "llvm/Transforms/Utils/SizeOpts.h"
 #include "llvm/Transforms/Vectorize/LoopVectorizationLegality.h"
-#include <algorithm>
----------------
fhahn wrote:

I think this is still used via `std::max`?

https://github.com/llvm/llvm-project/pull/130596


More information about the llvm-commits mailing list