[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 05:54:57 PST 2025


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `llvm-clang-x86_64-sie-win` running on `sie-win-worker` while building `clang,llvm` at step 7 "test-build-unified-tree-check-all".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/46/builds/27570

<details>
<summary>Here is the relevant piece of the build log for the reference</summary>

```
Step 7 (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
z:\b\llvm-clang-x86_64-sie-win\build\bin\clang.exe -cc1 -internal-isystem Z:\b\llvm-clang-x86_64-sie-win\build\lib\clang\22\include -nostdsysteminc -triple aarch64-none-linux-gnu -O3 -fno-inline -emit-llvm -o - Z:\b\llvm-clang-x86_64-sie-win\llvm-project\clang\test\CodeGen\AArch64\fmv-explicit-priority.c | z:\b\llvm-clang-x86_64-sie-win\build\bin\filecheck.exe Z:\b\llvm-clang-x86_64-sie-win\llvm-project\clang\test\CodeGen\AArch64\fmv-explicit-priority.c
# executed command: 'z:\b\llvm-clang-x86_64-sie-win\build\bin\clang.exe' -cc1 -internal-isystem 'Z:\b\llvm-clang-x86_64-sie-win\build\lib\clang\22\include' -nostdsysteminc -triple aarch64-none-linux-gnu -O3 -fno-inline -emit-llvm -o - 'Z:\b\llvm-clang-x86_64-sie-win\llvm-project\clang\test\CodeGen\AArch64\fmv-explicit-priority.c'
# note: command had no output on stdout or stderr
# executed command: 'z:\b\llvm-clang-x86_64-sie-win\build\bin\filecheck.exe' 'Z:\b\llvm-clang-x86_64-sie-win\llvm-project\clang\test\CodeGen\AArch64\fmv-explicit-priority.c'
# .---command stderr------------
# | Z:\b\llvm-clang-x86_64-sie-win\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
# |           ^
# | Z:\b\llvm-clang-x86_64-sie-win\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
# |  ^
# | Z:\b\llvm-clang-x86_64-sie-win\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
# |  ^
# | Z:\b\llvm-clang-x86_64-sie-win\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
# |               ^
# | Z:\b\llvm-clang-x86_64-sie-win\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
# |  ^
...

```

</details>

https://github.com/llvm/llvm-project/pull/150267


More information about the llvm-commits mailing list