Files
clang-p2996/llvm/test/Transforms/LoopVectorize/scev-exit-phi-invalidation.ll
Florian Hahn df8efbdbbf [SCEV] Remove existing predicates implied by newly added ones. (#118185)
When adding a new predicate to a union predicate, some of the existing
predicates may be implied by the new predicate. Remove any existing
predicates that are already implied by the new predicate.

Depends on https://github.com/llvm/llvm-project/pull/118184 to show the
main benefit.

PR: https://github.com/llvm/llvm-project/pull/118185
2024-12-20 20:49:37 +00:00

5.7 KiB