OSDN Git Service

Try to lower memset/memcpy/memmove to vector instructions on ARM where the alignment...
authorLang Hames <lhames@gmail.com>
Wed, 2 Nov 2011 22:52:45 +0000 (22:52 +0000)
committerStephen Hines <srhines@google.com>
Mon, 14 Nov 2011 17:11:41 +0000 (09:11 -0800)
commit537a9f7685a8cd9d58fd7e448d89e513c1a45fb9
tree7c3f38a47972fb4ec1fe5ff155bfc6384ac179bb
parentcdbb1bc623537d9a3c6b9989cb662f74888c9d83
Try to lower memset/memcpy/memmove to vector instructions on ARM where the alignment permits.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143582 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMISelLowering.h
test/CodeGen/ARM/2011-10-26-memset-with-neon.ll [new file with mode: 0644]