[llvm] [RISCV] Use RISCVII::getVecPolicyOpNum instead of making assumptions. NFC (PR #144175)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 13 23:22:50 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `clang-aarch64-sve-vls-2stage` running on `linaro-g3-02` while building `llvm` at step 12 "ninja check 2".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/4/builds/7355
<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 'Flang :: Semantics/modfile75.F90' FAILED ********************
Exit Code: 2
Command Output (stderr):
--
/home/tcwg-buildbot/worker/clang-aarch64-sve-vls-2stage/stage2/bin/flang -c -fhermetic-module-files -DWHICH=1 /home/tcwg-buildbot/worker/clang-aarch64-sve-vls-2stage/llvm/flang/test/Semantics/modfile75.F90 && /home/tcwg-buildbot/worker/clang-aarch64-sve-vls-2stage/stage2/bin/flang -c -fhermetic-module-files -DWHICH=2 /home/tcwg-buildbot/worker/clang-aarch64-sve-vls-2stage/llvm/flang/test/Semantics/modfile75.F90 && /home/tcwg-buildbot/worker/clang-aarch64-sve-vls-2stage/stage2/bin/flang -fc1 -fdebug-unparse /home/tcwg-buildbot/worker/clang-aarch64-sve-vls-2stage/llvm/flang/test/Semantics/modfile75.F90 | /home/tcwg-buildbot/worker/clang-aarch64-sve-vls-2stage/stage2/bin/FileCheck /home/tcwg-buildbot/worker/clang-aarch64-sve-vls-2stage/llvm/flang/test/Semantics/modfile75.F90 # RUN: at line 1
+ /home/tcwg-buildbot/worker/clang-aarch64-sve-vls-2stage/stage2/bin/flang -c -fhermetic-module-files -DWHICH=1 /home/tcwg-buildbot/worker/clang-aarch64-sve-vls-2stage/llvm/flang/test/Semantics/modfile75.F90
+ /home/tcwg-buildbot/worker/clang-aarch64-sve-vls-2stage/stage2/bin/flang -c -fhermetic-module-files -DWHICH=2 /home/tcwg-buildbot/worker/clang-aarch64-sve-vls-2stage/llvm/flang/test/Semantics/modfile75.F90
+ /home/tcwg-buildbot/worker/clang-aarch64-sve-vls-2stage/stage2/bin/flang -fc1 -fdebug-unparse /home/tcwg-buildbot/worker/clang-aarch64-sve-vls-2stage/llvm/flang/test/Semantics/modfile75.F90
+ /home/tcwg-buildbot/worker/clang-aarch64-sve-vls-2stage/stage2/bin/FileCheck /home/tcwg-buildbot/worker/clang-aarch64-sve-vls-2stage/llvm/flang/test/Semantics/modfile75.F90
error: Semantic errors in /home/tcwg-buildbot/worker/clang-aarch64-sve-vls-2stage/llvm/flang/test/Semantics/modfile75.F90
/home/tcwg-buildbot/worker/clang-aarch64-sve-vls-2stage/llvm/flang/test/Semantics/modfile75.F90:15:11: error: Must be a constant value
integer(c_int) n
^^^^^
FileCheck error: '<stdin>' is empty.
FileCheck command line: /home/tcwg-buildbot/worker/clang-aarch64-sve-vls-2stage/stage2/bin/FileCheck /home/tcwg-buildbot/worker/clang-aarch64-sve-vls-2stage/llvm/flang/test/Semantics/modfile75.F90
--
********************
```
</details>
https://github.com/llvm/llvm-project/pull/144175
More information about the llvm-commits
mailing list