[Mlir-commits] [mlir] [MLIR][LLVM] Enable strict property assembly format (PR #217277)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Aug 19 04:03:42 PDT 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
The build failed before running any tests. Click on a failure below to see the details.
<details>
<summary>tools/mlir/include/mlir/Dialect/LLVMIR/LLVMIntrinsicOps.h.inc /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/include/mlir/Dialect/LLVMIR/LLVMIntrinsicOps.h.inc</summary>
```
FAILED: tools/mlir/include/mlir/Dialect/LLVMIR/LLVMIntrinsicOps.h.inc /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/include/mlir/Dialect/LLVMIR/LLVMIntrinsicOps.h.inc
cd /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/include/mlir/Dialect/LLVMIR && /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/mlir-tblgen -gen-op-decls -I/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/LLVMIR -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/LLVMIR/LLVMIntrinsicOps.td --write-if-changed -o LLVMIntrinsicOps.h.inc -d LLVMIntrinsicOps.h.inc.d && /usr/bin/cmake -E cmake_transform_depfile Ninja gccdepfile /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/LLVMIR /home/gha/actions-runner/_work/llvm-project/llvm-project/build /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/include/mlir/Dialect/LLVMIR /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/include/mlir/Dialect/LLVMIR/LLVMIntrinsicOps.h.inc.d /home/gha/actions-runner/_work/llvm-project/llvm-project/build/CMakeFiles/d/ad791a1ae16016b626ca504760253ac0d255aab086681fa596b2a9de848fb2a3.d
error: strict properties in assembly format requires prop-dict unless all inherent attributes and properties are bound in the custom assembly format; missing attribute 'fastmathFlags'
$arg_0 $roundingmode $fpExceptionBehavior attr-dict `:` type($arg_0)
^
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/LLVMIR/LLVMIntrinsicOps.td:707:5: note: in custom assembly format for this operation
def LLVM_ConstrainedACosIntr : LLVM_ConstrainedUnaryIntrRM<"acos">;
^
```
</details>
<details>
<summary>tools/mlir/include/mlir/Dialect/LLVMIR/LLVMIntrinsicOps.cpp.inc /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/include/mlir/Dialect/LLVMIR/LLVMIntrinsicOps.cpp.inc</summary>
```
FAILED: tools/mlir/include/mlir/Dialect/LLVMIR/LLVMIntrinsicOps.cpp.inc /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/include/mlir/Dialect/LLVMIR/LLVMIntrinsicOps.cpp.inc
cd /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/include/mlir/Dialect/LLVMIR && /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/mlir-tblgen -gen-op-defs -I/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/LLVMIR -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/LLVMIR/LLVMIntrinsicOps.td --write-if-changed -o LLVMIntrinsicOps.cpp.inc -d LLVMIntrinsicOps.cpp.inc.d && /usr/bin/cmake -E cmake_transform_depfile Ninja gccdepfile /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/LLVMIR /home/gha/actions-runner/_work/llvm-project/llvm-project/build /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/include/mlir/Dialect/LLVMIR /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/include/mlir/Dialect/LLVMIR/LLVMIntrinsicOps.cpp.inc.d /home/gha/actions-runner/_work/llvm-project/llvm-project/build/CMakeFiles/d/be70009f9a1b27ee5fd1363a8d060d6e9161b0418ae59425fc6e4425fe233f80.d
error: strict properties in assembly format requires prop-dict unless all inherent attributes and properties are bound in the custom assembly format; missing attribute 'fastmathFlags'
$arg_0 $roundingmode $fpExceptionBehavior attr-dict `:` type($arg_0)
^
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/LLVMIR/LLVMIntrinsicOps.td:707:5: note: in custom assembly format for this operation
def LLVM_ConstrainedACosIntr : LLVM_ConstrainedUnaryIntrRM<"acos">;
^
```
</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/217277
More information about the Mlir-commits
mailing list