[PATCH] D40369: Support sext instruction in SCEV delinearization algorithm (new revision)

Alex Susu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 13 05:33:19 PDT 2018


alexsusu updated this revision to Diff 155358.
alexsusu marked an inline comment as done.
alexsusu added a comment.

Made a better patch  following comments from Michael Kruse.
Most importantly I added comments that I consider SCEVDivision::divide() to be signed division.


Repository:
  rL LLVM

https://reviews.llvm.org/D40369

Files:
  lib/Analysis/ScalarEvolution.cpp
  test/Analysis/Delinearization/test_sext.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40369.155358.patch
Type: text/x-patch
Size: 12660 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180713/5fa0f8d6/attachment.bin>


More information about the llvm-commits mailing list