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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 27 11:46:14 PDT 2023


MaskRay added a comment.

Replacing an instruction to two likely makes the execution slower, so I think since we don't implement linker relaxation for AVR, we should not do the jmp/call rewriting as well.


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