[PATCH] D34598: ScalarEvolution: Add URem support

Alexandre Isoard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 15 09:40:21 PDT 2017


alexandre.isoard requested review of this revision.
alexandre.isoard added a comment.

Please check I didn't introduce new errors (off by one?).

Note that I did not add code to normalize zext(trunc(%a))+shl(lshr(%a)) into %a, yet.
That will be done in a future independent patch.


https://reviews.llvm.org/D34598





More information about the llvm-commits mailing list