[PATCH] D123631: [InstCombine] Fold memrchr calls with sequences of identical bytes.
    Martin Sebor via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue May 24 10:57:07 PDT 2022
    
    
  
msebor updated this revision to Diff 431721.
msebor added a comment.
Use `CreateLogicalAnd` instead of ` CreateAnd` and update comment.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D123631/new/
https://reviews.llvm.org/D123631
Files:
  llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
  llvm/test/Transforms/InstCombine/memrchr-4.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123631.431721.patch
Type: text/x-patch
Size: 5201 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220524/5cbd8d81/attachment.bin>
    
    
More information about the llvm-commits
mailing list