[PATCH] D73000: [InstCombine] Optimize strchr(cststr, C)

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 21 12:33:01 PST 2020


lebedev.ri added a comment.

Nitpick: regardless of any further potential folds, is this particular fold always a win?
Is there some potential pattern where this will not/can not get as nicely folded as it does in the newly added tests?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73000/new/

https://reviews.llvm.org/D73000





More information about the llvm-commits mailing list