[llvm] [X86] For inline memset with minsize, use stosb or stosd (PR #87003)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 17 15:22:04 PDT 2024
topperc wrote:
> > Your patch describes memset yet most of the changes appear to be for memcpy :/
>
> Incorrect. The memset code was refactored to use the same method as the memcpy code for determining block size.
You changed the codegen for 2 memcpy tests, but do not mention that in the patch description.
https://github.com/llvm/llvm-project/pull/87003
More information about the llvm-commits
mailing list