Files
clang-p2996/llvm/lib/Transforms/Scalar/LoopSink.cpp
Nikita Popov 69d4e5ae7b [LoopSink] Don't fetch analyses without profile data (NFCI)
The loop sink pass only does something if the function has
profile data. Move the check for that before analyses are fetched,
to avoid computing things like BFI or MSSA unnecessarily.
2023-02-28 14:43:43 +01:00

16 KiB