[llvm] SCEV: teach isImpliedViaOperations about samesign (PR #124270)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 5 03:54:27 PST 2025
nikic wrote:
Yeah, there is a general problem with LFTR being too aggressive. We might want to disable it for the case where it just wants to canonicalize the predicate. Introducing extra instructions for the trip count calculation in that case doesn't seem worthwhile (unlike for example the case where we can replace an and/or of multiple conditions with a single one).
https://github.com/llvm/llvm-project/pull/124270
More information about the llvm-commits
mailing list