[PATCH] D100870: [MemCpyOpt] Allow variable lengths in memcpy optimizer
    Olle Fredriksson via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Apr 20 12:49:24 PDT 2021
    
    
  
ollef updated this revision to Diff 338966.
ollef added a comment.
- [MemCpyOpt] Remove unused type from tests
- [MemCpyOpt] Add negative tests for non-equal variable sizes
- [MemCpyOpt] Move constant int check higher up
- [MemCpyOpt] Add test for variable sized copy from uninit memory
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100870/new/
https://reviews.llvm.org/D100870
Files:
  llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp
  llvm/test/Transforms/MemCpyOpt/variable-sized-memcpy-memcpy.ll
  llvm/test/Transforms/MemCpyOpt/variable-sized-memcpy-uninit.ll
  llvm/test/Transforms/MemCpyOpt/variable-sized-memset-memcpy.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100870.338966.patch
Type: text/x-patch
Size: 20330 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210420/8518dc6d/attachment.bin>
    
    
More information about the llvm-commits
mailing list