[PATCH] D50019: [InstCombine] Expand strcmp(s, "x") to char comparision
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 30 15:33:39 PDT 2018
efriedma added a comment.
This is not correct: consider, for example, `strcmp("xx", "x")`.
https://reviews.llvm.org/D50019
More information about the llvm-commits
mailing list