Files
clang-p2996/llvm/lib/Analysis/ScalarEvolutionNormalization.cpp
Nikita Popov 06ebed3e55 [SCEVNormalization] Short circuit case with no loops (NFC)
If there are no post-inc loops, normalization is a no-op. Don't
bother rewriting the SCEV in that case.
2023-06-20 10:48:16 +02:00

4.7 KiB