[PATCH] D89455: [NFC][SCEV] Rename SCEVCastExpr into SCEVIntegralCastExpr

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 15 03:57:21 PDT 2020


lebedev.ri created this revision.
lebedev.ri added reviewers: efriedma, mkazantsev.
lebedev.ri added a project: LLVM.
Herald added subscribers: bmahjour, javed.absar, hiraditya.
lebedev.ri requested review of this revision.

All existing SCEV cast types operate on integers.
A follow-up patch will add SCEVPtrToIntExpr cast expression type.
I believe this is best for consistency.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D89455

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89455.298340.patch
Type: text/x-patch
Size: 11046 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201015/7a9c0e79/attachment.bin>


More information about the llvm-commits mailing list