[PATCH] D13239: [ARM] Modify codegen for memcpy intrinsic to prefer LDM/STM.
Tim Northover via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 5 07:37:40 PDT 2015
On 5 October 2015 at 07:35, scott douglass <sdouglass at arm.com> wrote:
> Interestingly, adding an assertion to require ascending order in ARMInstPrinter.cpp fails some other cases, e.g. stack_guard_remat.ll
Hmm, that's annoying. I'll look into that today, I think. It seems
like that's just asking for trouble.
Tim.
More information about the llvm-commits
mailing list