[clang] [llvm] [FMV][AArch64] Allow user to override version priority. (PR #150267)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 9 06:09:19 PST 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `arc-builder` running on `arc-worker` while building `clang,llvm` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/3/builds/26000
<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 'Clang :: CodeGen/AArch64/fmv-explicit-priority.c' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 2
/buildbot/worker/arc-folder/build/bin/clang -cc1 -internal-isystem /buildbot/worker/arc-folder/build/lib/clang/22/include -nostdsysteminc -triple aarch64-none-linux-gnu -O3 -fno-inline -emit-llvm -o - /buildbot/worker/arc-folder/llvm-project/clang/test/CodeGen/AArch64/fmv-explicit-priority.c | /buildbot/worker/arc-folder/build/bin/FileCheck /buildbot/worker/arc-folder/llvm-project/clang/test/CodeGen/AArch64/fmv-explicit-priority.c
# executed command: /buildbot/worker/arc-folder/build/bin/clang -cc1 -internal-isystem /buildbot/worker/arc-folder/build/lib/clang/22/include -nostdsysteminc -triple aarch64-none-linux-gnu -O3 -fno-inline -emit-llvm -o - /buildbot/worker/arc-folder/llvm-project/clang/test/CodeGen/AArch64/fmv-explicit-priority.c
# executed command: /buildbot/worker/arc-folder/build/bin/FileCheck /buildbot/worker/arc-folder/llvm-project/clang/test/CodeGen/AArch64/fmv-explicit-priority.c
# .---command stderr------------
# | /buildbot/worker/arc-folder/llvm-project/clang/test/CodeGen/AArch64/fmv-explicit-priority.c:53:11: error: CHECK: expected string not found in input
# | // CHECK: Function Attrs: mustprogress nofree noinline norecurse nosync nounwind willreturn memory(none) vscale_range(1,16)
# | ^
# | <stdin>:39:11: note: scanning from here
# | ret i32 0
# | ^
# | /buildbot/worker/arc-folder/llvm-project/clang/test/CodeGen/AArch64/fmv-explicit-priority.c:57:16: error: CHECK-NEXT: expected string not found in input
# | // CHECK-NEXT: [[CALL:%.*]] = tail call i32 @foo._Mlse()
# | ^
# | <stdin>:44:7: note: scanning from here
# | entry:
# | ^
# | <stdin>:45:2: note: possible intended match here
# | %call = tail call i32 @foo() #13
# | ^
# | /buildbot/worker/arc-folder/llvm-project/clang/test/CodeGen/AArch64/fmv-explicit-priority.c:65:16: error: CHECK-NEXT: expected string not found in input
# | // CHECK-NEXT: [[CALL:%.*]] = tail call i32 @foo._Mlse()
# | ^
# | <stdin>:51:7: note: scanning from here
# | entry:
# | ^
# | <stdin>:52:2: note: possible intended match here
# | %call = tail call i32 @foo() #13
# | ^
# | /buildbot/worker/arc-folder/llvm-project/clang/test/CodeGen/AArch64/fmv-explicit-priority.c:77:11: error: CHECK: expected string not found in input
# | // CHECK: Function Attrs: mustprogress nofree noinline norecurse nosync nounwind willreturn memory(none) vscale_range(1,16)
# | ^
# | <stdin>:60:15: note: scanning from here
# | ret i32 %call
# | ^
# | /buildbot/worker/arc-folder/llvm-project/clang/test/CodeGen/AArch64/fmv-explicit-priority.c:81:16: error: CHECK-NEXT: expected string not found in input
# | // CHECK-NEXT: [[CALL:%.*]] = tail call i32 @foo.default()
# | ^
# | <stdin>:65:7: note: scanning from here
# | entry:
# | ^
# | <stdin>:66:2: note: possible intended match here
# | %call = tail call i32 @foo() #13
# | ^
# | /buildbot/worker/arc-folder/llvm-project/clang/test/CodeGen/AArch64/fmv-explicit-priority.c:114:11: error: CHECK: expected string not found in input
...
```
</details>
https://github.com/llvm/llvm-project/pull/150267
More information about the llvm-commits
mailing list