[PATCH] D43566: [ARM] Fix access to stack arguments when re-aligning SP in Armv6m

Momchil Velikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 28 06:11:12 PST 2018


chill updated this revision to Diff 136287.
chill edited the summary of this revision.
chill added a comment.

Update:

- refactor to use the existing `ARMFrameLowering::ResolveFrameIndexReference`.
- small tweak to the latter to better accommodate T1.


https://reviews.llvm.org/D43566

Files:
  lib/Target/ARM/ARMFrameLowering.cpp
  lib/Target/ARM/ThumbRegisterInfo.cpp
  test/CodeGen/Thumb/frame-access.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43566.136287.patch
Type: text/x-patch
Size: 16668 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180228/e8570786/attachment.bin>


More information about the llvm-commits mailing list