[PATCH] D88460: Strlen loop idiom recognition
Aditya Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 22 07:57:28 PDT 2022
hiraditya added a comment.
Herald added a project: All.
In D88460#2816028 <https://reviews.llvm.org/D88460#2816028>, @joerg wrote:
> Please make sure at the very least that it doesn't get matched if a function named `strlen` and also test for that.
yeah, transforming strlen itself will be a lot of trouble ;)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88460/new/
https://reviews.llvm.org/D88460
More information about the llvm-commits
mailing list