[PATCH] D55365: [CodeGen] Allow mempcy/memset to generate small overlapping stores.
Peter Cordes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 11 15:39:58 PST 2018
pcordes added a comment.
In D55365#1326890 <https://reviews.llvm.org/D55365#1326890>, @courbet wrote:
> Thanks for the comments !
> IIRU this would be addressed if we fix PR24448, right ?
Yup, https://bugs.llvm.org/show_bug.cgi?id=24448 is exactly the same as what I pointed out. Hoisting constants for big savings in code-size, and maybe even large displacements, too.
Thanks for taking the time to file https://bugs.llvm.org/show_bug.cgi?id=39953 and https://bugs.llvm.org/show_bug.cgi?id=39952. I have a bad habit of pointing out a bunch of things in one post instead of filing separate reports.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55365/new/
https://reviews.llvm.org/D55365
More information about the llvm-commits
mailing list