[PATCH] D67176: [SCEV] Generalize SCEVParameterRewriter to accept SCEV expression as target.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 4 08:12:10 PDT 2019


fhahn created this revision.
fhahn added reviewers: sanjoy.google, efriedma, reames.
Herald added subscribers: javed.absar, hiraditya.
Herald added a project: LLVM.

This patch extends SCEVParameterRewriter to support rewriting unknown
epxressions to arbitrary SCEV expressions. It will be used by further
patches.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D67176

Files:
  llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h
  llvm/lib/Analysis/ScalarEvolution.cpp
  llvm/unittests/Analysis/ScalarEvolutionTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67176.218709.patch
Type: text/x-patch
Size: 5410 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190904/f3db2ff7/attachment.bin>


More information about the llvm-commits mailing list