[all-commits] [llvm/llvm-project] 4d97a9: [SCEV] Use umin_seq for symbolic max BE count

Nikita Popov via All-commits all-commits at lists.llvm.org
Wed Dec 7 06:33:05 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4d97a914d7aef6c95cd95669f99e5d32899e165a
      https://github.com/llvm/llvm-project/commit/4d97a914d7aef6c95cd95669f99e5d32899e165a
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2022-12-07 (Wed, 07 Dec 2022)

  Changed paths:
    M llvm/lib/Analysis/ScalarEvolution.cpp
    M llvm/test/Analysis/ScalarEvolution/symbolic_max_exit_count.ll

  Log Message:
  -----------
  [SCEV] Use umin_seq for symbolic max BE count

We were using umin_seq when computing the exact BE count, but not
when computing the symbolic max BE count.




More information about the All-commits mailing list