[all-commits] [llvm/llvm-project] 7e3606: [ScalarEvolution] Control flag for nonstrict inequ...

Mircea Trofin via All-commits all-commits at lists.llvm.org
Wed Feb 23 17:57:07 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7e3606f43c63f9622f176a786424c3c92c15f5c0
      https://github.com/llvm/llvm-project/commit/7e3606f43c63f9622f176a786424c3c92c15f5c0
  Author: Mircea Trofin <mtrofin at google.com>
  Date:   2022-02-23 (Wed, 23 Feb 2022)

  Changed paths:
    M llvm/lib/Analysis/ScalarEvolution.cpp

  Log Message:
  -----------
  [ScalarEvolution] Control flag for nonstrict inequalities in finite loops

D118090 causes a pretty significant (19%) regression in some Eigen
benchmarks. Investigating is a bit time consuming as the compilation
unit where this occurs is large. Rather than revert, this patch adds a
flag controlling that behavior (enabled by default).




More information about the All-commits mailing list