[all-commits] [llvm/llvm-project] 936710: [AVR][MC] Fix incorrect range of relative jumps (#...
Ben Shi via All-commits
all-commits at lists.llvm.org
Tue Oct 29 02:04:44 PDT 2024
Branch: refs/heads/release/19.x
Home: https://github.com/llvm/llvm-project
Commit: 936710a0a18bdf8ac1655f6e3bb518b20bb41aea
https://github.com/llvm/llvm-project/commit/936710a0a18bdf8ac1655f6e3bb518b20bb41aea
Author: Ben Shi <2283975856 at qq.com>
Date: 2024-10-29 (Tue, 29 Oct 2024)
Changed paths:
M llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.cpp
M llvm/test/MC/AVR/inst-rjmp.s
Log Message:
-----------
[AVR][MC] Fix incorrect range of relative jumps (#109124)
'rjmp .+4094' is legal but rejected by llvm-mc since
86a60e7f1e8f361f84ccb6e656e848dd4fbaa713, and this patch fixed that
range issue.
(cherry picked from commit 8c3b94f420a20a45dd07f3e12d6a6d649858f452)
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list