Files
clang-p2996/llvm/lib/Transforms/Scalar/LoopPredication.cpp
Max Kazantsev 2baabd2c19 [LoopPredication][NFCI] Perform 'visited' check before pushing to worklist
This prevents duplicates to be pushed into the stack and hypothetically
should reduce memory footprint on ugly cornercases with multiple repeating
duplicates in 'and' tree.
2022-11-02 18:04:23 +07:00

53 KiB