[PATCH] D57121: [ARM] Use sub for negative offset load/store in thumb1

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 28 06:51:14 PST 2019


dmgreen updated this revision to Diff 183846.
dmgreen added a comment.

I've removed the ldrsh/ldrsb and made sure the value is a legal for a sub. This may or may not be what you meant, let me know.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57121/new/

https://reviews.llvm.org/D57121

Files:
  lib/Target/ARM/ARMISelDAGToDAG.cpp
  lib/Target/ARM/ARMInstrThumb.td
  test/CodeGen/ARM/load.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57121.183846.patch
Type: text/x-patch
Size: 9077 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190128/bcc52bf4/attachment-0001.bin>


More information about the llvm-commits mailing list