[PATCH] D155743: [AggressiveInstCombine] Fold strcmp for short string literals with size 2
Maksim Kita via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 27 08:25:23 PDT 2023
kitaisreal added a comment.
I will fix nit picks in separate patch, where I plan to add more efficient implementations for `strcmp(P, 'x') == 0`, `strcmp(P, 'x') != 0`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155743/new/
https://reviews.llvm.org/D155743
More information about the llvm-commits
mailing list