[llvm] [MIR] Serialize virtual register flags (PR #110228)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 14 02:17:40 PDT 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-clang-x86_64-gcc-ubuntu` running on `sie-linux-worker3` while building `llvm` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/174/builds/6753
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 6 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'LLVM :: CodeGen/ARM/GlobalISel/arm-regbankselect.mir' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
RUN: at line 1: /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/llc -debugify-and-strip-all-safe=0 -mtriple arm-- -run-pass=regbankselect /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/ARM/GlobalISel/arm-regbankselect.mir -o - | /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/FileCheck /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/ARM/GlobalISel/arm-regbankselect.mir
+ /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/FileCheck /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/ARM/GlobalISel/arm-regbankselect.mir
+ /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/llc -debugify-and-strip-all-safe=0 -mtriple arm-- -run-pass=regbankselect /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/ARM/GlobalISel/arm-regbankselect.mir -o -
[1m/home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/ARM/GlobalISel/arm-regbankselect.mir:112:10: [0m[0;1;31merror: [0m[1mCHECK: expected string not found in input
[0m# CHECK: - { id: 0, class: gprb, preferred-register: '' }
[0;1;32m ^
[0m[1m<stdin>:266:11: [0m[0;1;30mnote: [0m[1mscanning from here
[0mregisters:
[0;1;32m ^
[0m[1m<stdin>:267:2: [0m[0;1;30mnote: [0m[1mpossible intended match here
[0m - { id: 0, class: gprb, preferred-register: '', flags: [ ] }
[0;1;32m ^
[0m[1m/home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/ARM/GlobalISel/arm-regbankselect.mir:138:10: [0m[0;1;31merror: [0m[1mCHECK: expected string not found in input
[0m# CHECK: - { id: 0, class: gprb, preferred-register: '' }
[0;1;32m ^
[0m[1m<stdin>:335:11: [0m[0;1;30mnote: [0m[1mscanning from here
[0mregisters:
[0;1;32m ^
[0m[1m<stdin>:336:2: [0m[0;1;30mnote: [0m[1mpossible intended match here
[0m - { id: 0, class: gprb, preferred-register: '', flags: [ ] }
[0;1;32m ^
[0m[1m/home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/ARM/GlobalISel/arm-regbankselect.mir:164:10: [0m[0;1;31merror: [0m[1mCHECK: expected string not found in input
[0m# CHECK: - { id: 0, class: gprb, preferred-register: '' }
[0;1;32m ^
[0m[1m<stdin>:404:11: [0m[0;1;30mnote: [0m[1mscanning from here
[0mregisters:
[0;1;32m ^
[0m[1m<stdin>:405:2: [0m[0;1;30mnote: [0m[1mpossible intended match here
[0m - { id: 0, class: gprb, preferred-register: '', flags: [ ] }
[0;1;32m ^
[0m[1m/home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/ARM/GlobalISel/arm-regbankselect.mir:190:10: [0m[0;1;31merror: [0m[1mCHECK: expected string not found in input
[0m# CHECK: - { id: 0, class: gprb, preferred-register: '' }
[0;1;32m ^
[0m[1m<stdin>:473:11: [0m[0;1;30mnote: [0m[1mscanning from here
[0mregisters:
[0;1;32m ^
[0m[1m<stdin>:474:2: [0m[0;1;30mnote: [0m[1mpossible intended match here
[0m - { id: 0, class: gprb, preferred-register: '', flags: [ ] }
[0;1;32m ^
[0m[1m/home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/ARM/GlobalISel/arm-regbankselect.mir:216:10: [0m[0;1;31merror: [0m[1mCHECK: expected string not found in input
[0m# CHECK: - { id: 0, class: gprb, preferred-register: '' }
[0;1;32m ^
[0m[1m<stdin>:542:11: [0m[0;1;30mnote: [0m[1mscanning from here
[0mregisters:
[0;1;32m ^
...
```
</details>
https://github.com/llvm/llvm-project/pull/110228
More information about the llvm-commits
mailing list