[llvm] [AVR] Fix a crash in AVRInstrInfo::insertIndirectBranch (PR #67324)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 27 06:42:47 PDT 2023
aykevl wrote:
Checked avr-gcc, and it behaves the same as this patch: it emits an `rjmp` if `jmp` isn't available.
Source: https://godbolt.org/z/dao8sq9hd
https://github.com/llvm/llvm-project/pull/67324
More information about the llvm-commits
mailing list