[PATCH] D45439: [IRCE] Use NUW flag for indvar

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 12 07:46:07 PDT 2018


samparker added a comment.

Max,

After starting and playing around for the day, I've got to the root question of: why do we do the wrap checks anyway? Aren't the following range checks in the IsIncreasing/Decreasing blocks enough?


https://reviews.llvm.org/D45439





More information about the llvm-commits mailing list