[llvm] [NFC][RISCV] Move Zvfbf* relative stuffs to RISCVInstrInfoZvfbf.td (PR #159619)

LLVM Continuous Integration via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 19 09:00:07 PDT 2025


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `cross-project-tests-sie-ubuntu` running on `doug-worker-1a` while building `llvm` at step 5 "build-unified-tree".

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

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

```
Step 5 (build-unified-tree) failure: build (failure)
...
0.029 [1070/5/10] Building StmtDataCollectors.inc...
0.029 [1070/4/11] Building CommentCommandList.inc...
0.031 [1067/3/12] Building BuiltinTemplates.inc...
0.050 [158/5/13] Building Opcodes.inc...
0.052 [150/4/14] Running utility command for liblldb-header-staging
0.057 [150/3/15] Generating VCSVersion.inc
0.108 [149/3/16] Building OpenCLBuiltins.inc...
0.612 [147/2/17] Building CXX object tools/lldb/source/Version/CMakeFiles/lldbVersion.dir/Version.cpp.o
0.619 [146/2/18] Linking CXX static library lib/liblldbVersion.a
1.125 [146/1/19] Building RISCVTargetParserDef.inc...
FAILED: include/llvm/TargetParser/RISCVTargetParserDef.inc /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/build/include/llvm/TargetParser/RISCVTargetParserDef.inc 
cd /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/build/include/llvm/TargetParser && /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/build/bin/llvm-min-tblgen -gen-riscv-target-def -I/home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/llvm-project/llvm/include/llvm/TargetParser -I/home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/llvm-project/llvm/lib/Target/RISCV -I/home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/build/include -I/home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/llvm-project/llvm/include /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/llvm-project/llvm/lib/Target/RISCV/RISCV.td --write-if-changed -o RISCVTargetParserDef.inc -d RISCVTargetParserDef.inc.d && /usr/bin/cmake/bin/cmake -E cmake_transform_depfile Ninja gccdepfile /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/llvm-project/llvm /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/llvm-project/llvm/include/llvm/TargetParser /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/build /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/build/include/llvm/TargetParser /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/build/include/llvm/TargetParser/RISCVTargetParserDef.inc.d /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/build/CMakeFiles/d/fe93f7bebeb156925c5c009eec0695280401e65fdb3d761a9ab98746d2ba63e8.d
Included from /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/llvm-project/llvm/lib/Target/RISCV/RISCV.td:36:
Included from /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfo.td:2344:
Included from /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoV.td:1842:
/home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoZvfbf.td:39:19: error: Variable not defined: 'HasStdExtZvfbfmin'
let Predicates = [HasStdExtZvfbfmin] in {
                  ^
ninja: build stopped: subcommand failed.

```

</details>

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


More information about the llvm-commits mailing list