[PATCH] D146216: [lld][ELF] Relax long jump/call to short jump/call on AVR

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 16 04:47:53 PDT 2023


benshi001 created this revision.
benshi001 added a reviewer: MaskRay.
Herald added subscribers: Jim, arichardson, emaste, dylanmckay.
Herald added a project: All.
benshi001 requested review of this revision.
Herald added subscribers: llvm-commits, jacquesguan.
Herald added a project: LLVM.

The short jump/call costs less cycles than the long jump/call.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D146216

Files:
  lld/ELF/Arch/AVR.cpp
  lld/test/ELF/basic-avr.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146216.505769.patch
Type: text/x-patch
Size: 4140 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230316/98ebfb3d/attachment.bin>


More information about the llvm-commits mailing list