[PATCH] D108601: [SCEV] Infer nuw from nw for addrecs

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 24 14:13:44 PDT 2021


lebedev.ri accepted this revision.
lebedev.ri added a comment.
This revision is now accepted and ready to land.

LG



================
Comment at: llvm/lib/Analysis/ScalarEvolution.cpp:2393
 
+  // <0,+,any><nw> is also nuw
+  // TODO: Add corresponding nsw case
----------------



CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108601/new/

https://reviews.llvm.org/D108601



More information about the llvm-commits mailing list