[PATCH] D50019: [InstCombine] Expand strcmp(s, "x") to memcmp
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 30 16:00:43 PDT 2018
efriedma added a comment.
If you want to expand strcmp inline, probably the best way to do that is to extend the existing ExpandMemCmpPass pass.
https://reviews.llvm.org/D50019
More information about the llvm-commits
mailing list