[PATCH] D100496: Add emitWcsLen helper function
Anjan Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 19 07:50:49 PDT 2021
anjankgk added a comment.
In D100496#2698553 <https://reviews.llvm.org/D100496#2698553>, @xbolva00 wrote:
> Where do you plan to use this new helper?
I have a patch (D88460 <https://reviews.llvm.org/D88460>) that replaces strlen idiom (for i8s), but shortly after I want to add another patch for generic type (i16/i32/wchar), this will be reqd there.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100496/new/
https://reviews.llvm.org/D100496
More information about the llvm-commits
mailing list