Make sure short memsets on ARM lower to stores, even when optimizing for size.
authorLang Hames <lhames@gmail.com>
Wed, 26 Oct 2011 20:56:52 +0000 (20:56 +0000)
committerLang Hames <lhames@gmail.com>
Wed, 26 Oct 2011 20:56:52 +0000 (20:56 +0000)
commit75757f9fd13bffc51a6aa30eefe706c4f84d0913
tree0a261fc5b749ae2f2d4a8b61dec9b05c3f8e9f3a
parentdd3149d57977d0632cfaf24290dd93416fb2a0ef
Make sure short memsets on ARM lower to stores, even when optimizing for size.

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