[PATCH] D159075: [WIP][MemCpyOpt] implement flow sensitive stack-move optimization

Kohei Asano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 29 02:22:10 PDT 2023


khei4 created this revision.
Herald added a subscriber: hiraditya.
Herald added a project: All.
khei4 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

this is WIP, but you would see expected results we should see pcwalton's case

TODO: write description
TODO: more LLVM_DEBUG
TODO: define enum class and operator overload


https://reviews.llvm.org/D159075

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D159075.554218.patch
Type: text/x-patch
Size: 17561 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230829/9347884c/attachment.bin>


More information about the llvm-commits mailing list