[all-commits] [llvm/llvm-project] a10a64: [SCEV] Recommit "Use nw flag and symbolic iteratio...

max-azul via All-commits all-commits at lists.llvm.org
Mon Oct 19 21:33:13 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a10a64e7e334dc878d281aba9a46f751fe606567
      https://github.com/llvm/llvm-project/commit/a10a64e7e334dc878d281aba9a46f751fe606567
  Author: Max Kazantsev <mkazantsev at azul.com>
  Date:   2020-10-20 (Tue, 20 Oct 2020)

  Changed paths:
    M llvm/include/llvm/Analysis/ScalarEvolution.h
    M llvm/lib/Analysis/ScalarEvolution.cpp
    M llvm/test/Analysis/ScalarEvolution/no-wrap-symbolic-becount.ll
    M llvm/test/Transforms/IndVarSimplify/X86/eliminate-trunc.ll
    M llvm/test/Transforms/IndVarSimplify/promote-iv-to-eliminate-casts.ll

  Log Message:
  -----------
  [SCEV] Recommit "Use nw flag and symbolic iteration count to sharpen ranges of AddRecs", attempt 2

Fixed wrapping range case & proof methods reduced to constant range
checks to save compile time.

Differential Revision: https://reviews.llvm.org/D89381




More information about the All-commits mailing list