[PATCH] D88460: Strlen loop idiom recognition

Shawn Landden via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 3 05:33:30 PDT 2020


shawnl added a comment.

It is possible DCE will handle the null check with "nonnull" attribute, so add the test first.

Otherwise I like how little code this took compared to earlier versions.


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

https://reviews.llvm.org/D88460



More information about the llvm-commits mailing list