[llvm] [CodeGenTypes] Remove explicit VT numbers from ValueTypes.td (PR #169670)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 26 08:36:40 PST 2025
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 166382 tests passed
* 2873 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### MLIR
<details>
<summary>MLIR.mlir-tblgen/llvm-intrinsics.td</summary>
```
Exit Code: 2
Command Output (stdout):
--
# RUN: at line 11
cat /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/mlir-tblgen/../../../llvm/include/llvm/IR/Intrinsics.td | grep -v "llvm/IR/Intrinsics" | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/mlir-tblgen -gen-llvmir-intrinsics -I /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/mlir-tblgen/../../../llvm/include/ --llvmir-intrinsics-filter=ptrmask | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/mlir-tblgen/llvm-intrinsics.td
# executed command: cat /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/mlir-tblgen/../../../llvm/include/llvm/IR/Intrinsics.td
# note: command had no output on stdout or stderr
# executed command: grep -v llvm/IR/Intrinsics
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/mlir-tblgen -gen-llvmir-intrinsics -I /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/mlir-tblgen/../../../llvm/include/ --llvmir-intrinsics-filter=ptrmask
# .---command stderr------------
# | Included from <stdin>:13:
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/mlir-tblgen/../../../llvm/include/llvm/CodeGen/ValueTypes.td:397:5: error: Record `Any' does not have a field named `Value'!
# |
# | def Any : VTAny;
# | ^
# `-----------------------------
# error: command failed with exit status: 1
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/mlir-tblgen/llvm-intrinsics.td
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/mlir-tblgen/llvm-intrinsics.td
# `-----------------------------
# error: command failed with exit status: 2
--
```
</details>
If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.
https://github.com/llvm/llvm-project/pull/169670
More information about the llvm-commits
mailing list