[all-commits] [llvm/llvm-project] 6dc85b: [AVR] Fix incorrect decoding of RJMP and RCALL
Ben Shi via All-commits
all-commits at lists.llvm.org
Sat Jan 7 07:32:36 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6dc85bd3fde7df2999fda07e9e9f2e83d52c6125
https://github.com/llvm/llvm-project/commit/6dc85bd3fde7df2999fda07e9e9f2e83d52c6125
Author: Ben Shi <powerman1st at 163.com>
Date: 2023-01-07 (Sat, 07 Jan 2023)
Changed paths:
M llvm/lib/Target/AVR/AVRInstrFormats.td
M llvm/lib/Target/AVR/Disassembler/AVRDisassembler.cpp
M llvm/test/MC/AVR/inst-rcall.s
M llvm/test/MC/AVR/inst-rjmp.s
Log Message:
-----------
[AVR] Fix incorrect decoding of RJMP and RCALL
This patch fixes the inaccurate decoding of the offset operand of
the RCALL & RJMP instructions.
Reviewed By: aykevl, MaskRay
Differential Revision: https://reviews.llvm.org/D140815
More information about the All-commits
mailing list