[PATCH] D150967: [MemCpyOpt] precommit test for memcpy removal for immutable arguments from attributes (NFC)

Kohei Asano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 29 23:14:13 PDT 2023


khei4 updated this revision to Diff 526518.
khei4 retitled this revision from "(WIP) [MemCpyOpt] precommit test for memcpy removal for immutable arguments from attributes (NFC)" to "[MemCpyOpt] precommit test for memcpy removal for immutable arguments from attributes (NFC)".
khei4 edited the summary of this revision.
khei4 added a comment.

add test cases

- no `noalias` attributed arg src
- unescaped alloca src
- modified between memcpy and call


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

https://reviews.llvm.org/D150967

Files:
  llvm/test/Transforms/MemCpyOpt/memcpy.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150967.526518.patch
Type: text/x-patch
Size: 8788 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230530/f670a433/attachment.bin>


More information about the llvm-commits mailing list