[llvm] [AVR] Fix parsing & emitting relative jumps (PR #106722)
Patryk Wychowaniec via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 18 10:49:17 PDT 2025
================
@@ -0,0 +1,24 @@
+; RUN: llvm-mc -triple avr -show-encoding < %s | FileCheck %s
+;
+; RUN: llvm-mc -filetype=obj -triple avr < %s \
+; RUN: | llvm-objdump -d - \
+; RUN: | FileCheck --check-prefix=INST %s
+
+foo:
+ brhc .+12
----------------
Patryk27 wrote:
Ok, thanks - I'll take a look!
https://github.com/llvm/llvm-project/pull/106722
More information about the llvm-commits
mailing list