[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
Mon Mar 27 18:22:22 PDT 2023


benshi001 added a comment.

Here is the cost of short jmp

F26914936: image.png <https://reviews.llvm.org/F26914936>

And this is the cost of long jmp

F26914944: image.png <https://reviews.llvm.org/F26914944>


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146216



More information about the llvm-commits mailing list