[PATCH] D33442: [ARM] Fix lowering of misaligned memcpy/memset

John Brawn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 25 08:57:55 PDT 2017


john.brawn updated this revision to Diff 100254.
john.brawn added a comment.

Adjust FindOptimalMemOpLowering to use a loop instead of the pointer type, and add a 2-byte aligned test.


Repository:
  rL LLVM

https://reviews.llvm.org/D33442

Files:
  lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  lib/Target/ARM/ARMISelLowering.cpp
  test/CodeGen/ARM/memcpy-inline.ll
  test/CodeGen/ARM/memset-inline.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33442.100254.patch
Type: text/x-patch
Size: 4247 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170525/f7365111/attachment.bin>


More information about the llvm-commits mailing list