[PATCH] D154725: [SimplifyLibCalls] Fold strcmp for short string literals

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 10 10:13:32 PDT 2023


efriedma added a comment.

Maybe AggressiveInstCombine?  It currently doesn't contain any CFG modifications, I think, but I don't see any reason they can't be added.


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

https://reviews.llvm.org/D154725



More information about the llvm-commits mailing list