[PATCH] D13239: [ARM] Modify codegen for memcpy intrinsic to prefer LDM/STM.

scott douglass via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 5 06:47:29 PDT 2015


scott-0 updated the summary for this revision.
scott-0 updated this revision to Diff 36514.
scott-0 added a comment.

Addressed comments.


http://reviews.llvm.org/D13239

Files:
  lib/Target/ARM/ARMBaseInstrInfo.cpp
  lib/Target/ARM/ARMBaseInstrInfo.h
  lib/Target/ARM/ARMISelLowering.cpp
  lib/Target/ARM/ARMISelLowering.h
  lib/Target/ARM/ARMInstrInfo.td
  lib/Target/ARM/ARMInstrThumb.td
  lib/Target/ARM/ARMSelectionDAGInfo.cpp
  lib/Target/ARM/Thumb2SizeReduction.cpp
  test/CodeGen/ARM/ldm-stm-base-materialization.ll
  test/CodeGen/ARM/load-store-flags.ll
  test/CodeGen/ARM/memcpy-ldm-stm.ll
  test/CodeGen/Thumb/ldm-stm-base-materialization-thumb2.ll
  test/CodeGen/Thumb/ldm-stm-base-materialization.ll
  test/CodeGen/Thumb/thumb-memcpy-ldm-stm.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13239.36514.patch
Type: text/x-patch
Size: 32771 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151005/144010ba/attachment.bin>


More information about the llvm-commits mailing list