[all-commits] [llvm/llvm-project] d083d5: [NFC][SCEV] Rename SCEVCastExpr into SCEVIntegralC...

Roman Lebedev via All-commits all-commits at lists.llvm.org
Mon Oct 19 01:00:59 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d083d55c2cd18437495abea791d3a8454c2f9861
      https://github.com/llvm/llvm-project/commit/d083d55c2cd18437495abea791d3a8454c2f9861
  Author: Roman Lebedev <lebedev.ri at gmail.com>
  Date:   2020-10-19 (Mon, 19 Oct 2020)

  Changed paths:
    M llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h
    M llvm/lib/Analysis/DependenceAnalysis.cpp
    M llvm/lib/Analysis/ScalarEvolution.cpp
    M llvm/lib/Analysis/VectorUtils.cpp
    M llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
    M llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp

  Log Message:
  -----------
  [NFC][SCEV] Rename SCEVCastExpr into SCEVIntegralCastExpr

All existing SCEV cast types operate on integers.
D89456 will add SCEVPtrToIntExpr cast expression type.
I believe this is best for consistency.

Reviewed By: mkazantsev

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




More information about the All-commits mailing list