[PATCH] D83392: Strlen loop idiom recognition

Muhammad Usman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 18 12:33:56 PDT 2020


musman updated this revision to Diff 286374.
musman edited the summary of this revision.
musman removed reviewers: lebedev.ri, nemanjai, hfinkel, sanjoy.
musman removed rG LLVM Github Monorepo as the repository for this revision.
musman added a comment.

Change to use SCEV instead of pattern match for strlen recognition.


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

https://reviews.llvm.org/D83392

Files:
  llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
  llvm/test/Transforms/LoopIdiom/recognize-strlen.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83392.286374.patch
Type: text/x-patch
Size: 10166 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200818/af508378/attachment.bin>


More information about the llvm-commits mailing list