[PATCH] D50019: [InstCombine] Expand strcmp(s, "x") to char comparision

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 30 15:35:21 PDT 2018


xbolva00 added a comment.

In https://reviews.llvm.org/D50019#1181264, @efriedma wrote:

> This is not correct: consider, for example, `strcmp("xx", "x")`


this is handled by code above, no?


https://reviews.llvm.org/D50019





More information about the llvm-commits mailing list