[Mlir-commits] [mlir] [mlir][tosa] Apply 'Symbol' trait to `tosa.variable` (PR #153223)
LLVM Continuous Integration
llvmlistbot at llvm.org
Mon Oct 6 06:33:21 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `clang-aarch64-sve2-vla-2stage` running on `linaro-g4-02` while building `mlir` at step 12 "ninja check 2".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/199/builds/6334
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 12 (ninja check 2) failure: stage 2 checked (failure)
******************** TEST 'LLVM :: tools/llvm-exegesis/AArch64/no-aliasing-ld-str.s' FAILED ********************
Exit Code: -7
Command Output (stdout):
--
# RUN: at line 3
/home/tcwg-buildbot/worker/clang-aarch64-sve2-vla-2stage/stage2/bin/llvm-exegesis -mtriple=aarch64 -mcpu=neoverse-v2 -mode=latency --dump-object-to-disk=%d --opcode-name=FMOVWSr --benchmark-phase=assemble-measured-code 2>&1
# executed command: /home/tcwg-buildbot/worker/clang-aarch64-sve2-vla-2stage/stage2/bin/llvm-exegesis -mtriple=aarch64 -mcpu=neoverse-v2 -mode=latency --dump-object-to-disk=%d --opcode-name=FMOVWSr --benchmark-phase=assemble-measured-code
# .---command stdout------------
# | Check generated assembly with: /usr/bin/objdump -d %d
# | ---
# | mode: latency
# | key:
# | instructions:
# | - 'FMOVWSr S25 W6'
# | - 'FCVTZSUXSr X8 S25'
# | config: ''
# | register_initial_values:
# | - 'W6=0x0'
# | - 'FPCR=0x0'
# | cpu_name: neoverse-v2
# | llvm_triple: aarch64
# | min_instructions: 10000
# | measurements: []
# | error: actual measurements skipped.
# | info: Repeating two instructions
# | assembled_snippet: 06008052080080D208441BD5D900271E2803389ED900271E2803389ED900271E2803389ED900271E2803389EC0035FD6
# | ...
# `-----------------------------
# RUN: at line 4
/home/tcwg-buildbot/worker/clang-aarch64-sve2-vla-2stage/stage2/bin/llvm-objdump -d %d > /home/tcwg-buildbot/worker/clang-aarch64-sve2-vla-2stage/stage2/test/tools/llvm-exegesis/AArch64/Output/no-aliasing-ld-str.s.tmp.s
# executed command: /home/tcwg-buildbot/worker/clang-aarch64-sve2-vla-2stage/stage2/bin/llvm-objdump -d %d
# .---redirected output from '/home/tcwg-buildbot/worker/clang-aarch64-sve2-vla-2stage/stage2/test/tools/llvm-exegesis/AArch64/Output/no-aliasing-ld-str.s.tmp.s'
# |
# | %d: file format elf64-littleaarch64
# |
# | Disassembly of section .text:
# |
# | 0000000000000000 <foo>:
# | 0: 52800006 mov w6, #0x0 // =0
# | 4: d2800008 mov x8, #0x0 // =0
# | 8: d51b4408 msr FPCR, x8
# | c: 1e2700d9 fmov s25, w6
# | 10: 9e380328 fcvtzs x8, s25
# | 14: 1e2700d9 fmov s25, w6
# | 18: 9e380328 fcvtzs x8, s25
# | 1c: 1e2700d9 fmov s25, w6
# | 20: 9e380328 fcvtzs x8, s25
# | 24: 1e2700d9 fmov s25, w6
# | 28: 9e380328 fcvtzs x8, s25
...
```
</details>
https://github.com/llvm/llvm-project/pull/153223
More information about the Mlir-commits
mailing list