[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:15 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>
#include <cassert>
#include <cstdint>
-#include <functional>
-#include <iterator>
#include <limits>
-#include <memory>
#include <string>
-#include <tuple>
----------------
fhahn wrote:
I think this is still used via `std::tie`?
https://github.com/llvm/llvm-project/pull/130596
More information about the llvm-commits
mailing list