[PATCH] D51678: ARM: fix Thumb2 CodeGen for ldrex with folded frame-index

Tim Northover via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 6 05:57:53 PDT 2018


t.p.northover updated this revision to Diff 164194.
t.p.northover added a comment.

Added the addressing-mode to ARMFrameLowering. The only other place that uses them appears to be optional (for an efficiency gain), so I skipped that.


Repository:
  rL LLVM

https://reviews.llvm.org/D51678

Files:
  llvm/lib/Target/ARM/ARMFrameLowering.cpp
  llvm/lib/Target/ARM/ARMInstrFormats.td
  llvm/lib/Target/ARM/ARMInstrThumb2.td
  llvm/lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h
  llvm/lib/Target/ARM/Thumb2InstrInfo.cpp
  llvm/test/CodeGen/ARM/ldrex-frame-size.ll
  llvm/test/CodeGen/ARM/ldstrex.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51678.164194.patch
Type: text/x-patch
Size: 8320 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180906/ce0b7183/attachment.bin>


More information about the llvm-commits mailing list