Files
clang-p2996/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
Sergei Barannikov cedeef6707 [LSR] Replace casts with an equivalent std::as_const (NFC) (#138980)
The casts / `std::as_const` are used here to select `const` overload of
`begin()`/`end()` so that the type of the returned iterator matches the
type of `J`, which is `const_iterator`.
2025-05-08 13:36:37 +03:00

270 KiB