[PATCH] D51030: [AArch64] Optimise load(adr address) to ldr address

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 28 12:31:01 PDT 2018


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

"alignedAArch64adr"

It may be better to make this match the alignment on the global directly, not looking through the ADR. I'm not sure how that's done yet.


https://reviews.llvm.org/D51030

Files:
  lib/Target/AArch64/AArch64InstrFormats.td
  lib/Target/AArch64/AArch64InstrInfo.td
  test/CodeGen/AArch64/code-model-tiny-abs.ll
  test/CodeGen/AArch64/fpimm.ll
  test/CodeGen/AArch64/ldradr.ll
  test/CodeGen/AArch64/literal_pools_float.ll
  test/CodeGen/AArch64/tiny_model.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51030.162926.patch
Type: text/x-patch
Size: 11804 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180828/cce55a3e/attachment.bin>


More information about the llvm-commits mailing list