[PATCH] ARMLoadStoreOptimizer: Create LDRD/STRD on thumb2

Matthias Braun matze at braunis.de
Mon Jun 22 17:33:36 PDT 2015


Hi jmolloy, rengolin, mroth, charlieturner7c5,

This patch extends the Post-RA LoadStoreOptimizer to form STRD/LDRD instructions on thumb2. While the Pre-RA LDRD/STRD formation already catches many cases we can now also catch spills and reloads.

This builds upon http://reviews.llvm.org/D10140.

REPOSITORY
  rL LLVM

http://reviews.llvm.org/D10623

Files:
  lib/Target/ARM/ARMLoadStoreOptimizer.cpp
  test/CodeGen/ARM/2013-05-02-AAPCS-ByVal-Structs-C4-C5-VFP.ll
  test/CodeGen/ARM/byval-align.ll
  test/CodeGen/ARM/ldrd.ll
  test/CodeGen/ARM/memset-inline.ll
  test/CodeGen/Thumb2/aapcs.ll

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10623.28180.patch
Type: text/x-patch
Size: 13384 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150623/03734626/attachment.bin>


More information about the llvm-commits mailing list