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

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 2 10:58:12 PDT 2018


Meinersbur added a comment.

Could you re-upload the patch with the LLVM source directory as patch root (so it patches `include/llvm/Analysis/ScalarEvolution.h` instead of `./ScalarEvolution.h`).

Could you format your changes using `clang-format`?

We also need a test-case.


Repository:
  rL LLVM

https://reviews.llvm.org/D40369





More information about the llvm-commits mailing list