Files
clang-p2996/llvm/lib/Transforms/Utils/LoopSimplify.cpp
Ramkumar Ramachandra 9f6f6afa31 LoopSimplify: strip dependency on DA (NFC) (#107379)
Since no passes compute DependenceAnalysis via the PassManager, there is
no value in preserving it here. Hence, strip the unnecessary dependency
on DependenceAnalysis.
2024-10-01 16:24:57 +01:00

35 KiB