[PATCH] D146382: Change strcpy to std::copy

Ilyas Mustafazade via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 19 11:21:22 PDT 2023


1lyasm added a comment.

Generated assembly for strcpy is smaller than that for std::copy, but there is 3 calls in std::copy and 2 calls in strcpy. Could not evaluate performance check by just looking at assemblies.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146382



More information about the llvm-commits mailing list