[PATCH] D40369: Support sext, zext and trunc instructions in SCEV delinearization algorithm (new revision)

Alex Susu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 2 13:48:30 PDT 2018


alexsusu updated this revision to Diff 144927.
alexsusu added a comment.

  Added correct path to the ScalarEvolution.cpp file (lib/Analysis/ScalarEvolution.cpp).
  Again, my patch incorporates also the one from https://reviews.llvm.org/D35478 - in order to make it work well for SCEVDivision, when having SExt expressions. My own changes are basically only the ones handling SCEVSignExtendExpr.


Repository:
  rL LLVM

https://reviews.llvm.org/D40369

Files:
  lib/Analysis/ScalarEvolution.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40369.144927.patch
Type: text/x-patch
Size: 6173 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180502/9a03292e/attachment.bin>


More information about the llvm-commits mailing list