[llvm] [M68k] add 32 bit branch instrs and relaxations (PR #117371)
John Paul Adrian Glaubitz via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 12 09:01:34 PST 2024
glaubitz wrote:
Here is the error message from the testsuite:
```
******************** TEST 'LLVM :: MC/Disassembler/M68k/control.txt' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
RUN: at line 1: /var/lib/buildbot/workers/suse-gary-m68k-cross/clang-m68k-linux-cross/stage1/bin/llvm-mc -disassemble -triple m68k /var/lib/buildbot/workers/suse-gary-m68k-cross/clang-m68k-linux-cross/llvm/llvm/test/MC/Disassembler/M68k/control.txt | /var/lib/buildbot/workers/suse-gary-m68k-cross/clang-m68k-linux-cross/stage1/bin/FileCheck /var/lib/buildbot/workers/suse-gary-m68k-cross/clang-m68k-linux-cross/llvm/llvm/test/MC/Disassembler/M68k/control.txt
+ /var/lib/buildbot/workers/suse-gary-m68k-cross/clang-m68k-linux-cross/stage1/bin/llvm-mc -disassemble -triple m68k /var/lib/buildbot/workers/suse-gary-m68k-cross/clang-m68k-linux-cross/llvm/llvm/test/MC/Disassembler/M68k/control.txt
+ /var/lib/buildbot/workers/suse-gary-m68k-cross/clang-m68k-linux-cross/stage1/bin/FileCheck /var/lib/buildbot/workers/suse-gary-m68k-cross/clang-m68k-linux-cross/llvm/llvm/test/MC/Disassembler/M68k/control.txt
/var/lib/buildbot/workers/suse-gary-m68k-cross/clang-m68k-linux-cross/llvm/llvm/test/MC/Disassembler/M68k/control.txt:23:11: warning: invalid instruction encoding
0x61 0xff 0x00 0x0f 0x00 0x01
^
/var/lib/buildbot/workers/suse-gary-m68k-cross/clang-m68k-linux-cross/llvm/llvm/test/MC/Disassembler/M68k/control.txt:23:21: warning: invalid instruction encoding
0x61 0xff 0x00 0x0f 0x00 0x01
^
/var/lib/buildbot/workers/suse-gary-m68k-cross/clang-m68k-linux-cross/llvm/llvm/test/MC/Disassembler/M68k/control.txt:22:10: error: CHECK: expected string not found in input
# CHECK: bsr.l $f0001
^
<stdin>:9:12: note: scanning from here
bsr.w $f01
^
<stdin>:10:2: note: possible intended match here
bsr.b $ff
^
Input file: <stdin>
Check file: /var/lib/buildbot/workers/suse-gary-m68k-cross/clang-m68k-linux-cross/llvm/llvm/test/MC/Disassembler/M68k/control.txt
-dump-input=help explains the following input dump.
Input was:
<<<<<<
1: .text
2: bra $0
3: jsr $0
4: rts
5: seq %d0
6: sgt %d0
7: nop
8: bsr.b $1
9: bsr.w $f01
check:22'0 X error: no match found
10: bsr.b $ff
check:22'0 ~~~~~~~~~~~
check:22'1 ? possible intended match
>>>>>>
--
********************
```
https://github.com/llvm/llvm-project/pull/117371
More information about the llvm-commits
mailing list