[PATCH] [ARM] Align stack objects passed to memory intrinsics

John Brawn john.brawn at arm.com
Wed Mar 11 10:20:53 PDT 2015


Attached patch handles size<offset by doing the comparison in a different way (by checking size >= minsize+offset), and adds a bunch of tests of offset handling.


REPOSITORY
  rL LLVM

http://reviews.llvm.org/D7908

Files:
  include/llvm/Target/TargetLowering.h
  lib/CodeGen/CodeGenPrepare.cpp
  lib/Target/ARM/ARMISelLowering.cpp
  lib/Target/ARM/ARMISelLowering.h
  test/CodeGen/ARM/memfunc.ll

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7908.21740.patch
Type: text/x-patch
Size: 15751 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150311/87a3b527/attachment.bin>


More information about the llvm-commits mailing list