[llvm] [LAA] Keep pointer checks on partial analysis (PR #139719)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Thu May 15 12:07:53 PDT 2025
https://github.com/fhahn commented:
Would it be possible to make this behavior opt-in? Otherwise we unnecessarily increase compile-time for all other users that do not need this, just to benefit LoopVerLICM which isn't on by default.
Expanding low/end for groups can be costly in some cases.
https://github.com/llvm/llvm-project/pull/139719
More information about the llvm-commits
mailing list