[PATCH] D128011: [SimplifyLibCalls] Transform memchr(STR, C, N) to chain of ORs

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 19 08:03:27 PDT 2022


xbolva00 updated this revision to Diff 438196.
xbolva00 added a comment.

Update memchr.ll


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

https://reviews.llvm.org/D128011

Files:
  llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
  llvm/test/Transforms/InstCombine/memchr-7.ll
  llvm/test/Transforms/InstCombine/memchr.ll
  llvm/test/Transforms/PhaseOrdering/memchr-switch.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128011.438196.patch
Type: text/x-patch
Size: 10203 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220619/d7e0e680/attachment.bin>


More information about the llvm-commits mailing list