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

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 8 00:12:09 PDT 2023


nikic added a comment.

I think this is missing tests where some of the attributes on the argument are missing: E.g. only `readonly nocapture` but not `noalias` or only `readonly noalias` but not `nocapture`.


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

https://reviews.llvm.org/D150967



More information about the llvm-commits mailing list