[PATCH] D153453: [MemCpyOpt] implement single BB stack-move optimization which unify the static unescaped allocas

Kohei Asano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 8 22:25:40 PDT 2023


khei4 updated this revision to Diff 538403.
khei4 retitled this revision from "(WIP)[MemCpyOpt] implement single BB stack-move optimization which unify the static unescaped allocas " to "[MemCpyOpt] implement single BB stack-move optimization which unify the static unescaped allocas ".
khei4 added a comment.

rebase for test changes

- merge capturetracking and modref check including aliases
  - tweak store handling for dest

I think it's now worth to be a review, although tons of style improvement might be expected :)


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

https://reviews.llvm.org/D153453

Files:
  llvm/include/llvm/Transforms/Scalar/MemCpyOptimizer.h
  llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp
  llvm/test/Transforms/MemCpyOpt/callslot.ll
  llvm/test/Transforms/MemCpyOpt/memcpy.ll
  llvm/test/Transforms/MemCpyOpt/stack-move.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153453.538403.patch
Type: text/x-patch
Size: 33472 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230709/f7a90e84/attachment-0001.bin>


More information about the llvm-commits mailing list