[all-commits] [llvm/llvm-project] 795e4e: [NFC] Move functon from IndVarSimplify to SCEV

max-azul via All-commits all-commits at lists.llvm.org
Tue Sep 8 21:22:04 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 795e4ee9d2db386a45dc12e6ead21f5f3151d05c
      https://github.com/llvm/llvm-project/commit/795e4ee9d2db386a45dc12e6ead21f5f3151d05c
  Author: Max Kazantsev <mkazantsev at azul.com>
  Date:   2020-09-09 (Wed, 09 Sep 2020)

  Changed paths:
    M llvm/include/llvm/Analysis/ScalarEvolution.h
    M llvm/lib/Analysis/ScalarEvolution.cpp
    M llvm/lib/Transforms/Scalar/IndVarSimplify.cpp

  Log Message:
  -----------
  [NFC] Move functon from IndVarSimplify to SCEV

This function can be reused in other places.

Differential Revision: https://reviews.llvm.org/D87274
Reviewed By: fhahn, lebedev.ri




More information about the All-commits mailing list