[llvm-branch-commits] [llvm] release/23.x: [RISCV] Add macro fusion support for the Xqci extension instructions (#209542) (PR #212779)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Jul 29 08:07:57 PDT 2026


github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results

* 134548 tests passed
* 3101 tests skipped

All executed tests passed, but another part of the build **failed**. Click on a failure below to see the details.

<details>
<summary>[code=4294967295] bin/mlir-capi-translation-test.exe</summary>

```
FAILED: [code=4294967295] bin/mlir-capi-translation-test.exe
C:\Windows\system32\cmd.exe /C "cd . && C:\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -E vs_link_exe --msvc-ver=1944 --intdir=tools\mlir\test\CAPI\CMakeFiles\mlir-capi-translation-test.dir --rc="C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x64\rc.exe" --mt="C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x64\mt.exe" --manifests  -- C:\clang\clang-msvc\bin\lld-link.exe /nologo @CMakeFiles\mlir-capi-translation-test.rsp  /out:bin\mlir-capi-translation-test.exe /implib:lib\mlir-capi-translation-test.lib /pdb:bin\mlir-capi-translation-test.pdb /version:0.0 /MANIFEST:NO /Brepro /INCREMENTAL:NO /subsystem:console  /STACK:10000000 && cd ."
LINK: command "C:\clang\clang-msvc\bin\lld-link.exe /nologo @CMakeFiles\mlir-capi-translation-test.rsp /out:bin\mlir-capi-translation-test.exe /implib:lib\mlir-capi-translation-test.lib /pdb:bin\mlir-capi-translation-test.pdb /version:0.0 /MANIFEST:NO /Brepro /INCREMENTAL:NO /subsystem:console /STACK:10000000" failed (exit code 1) with the following output:
lld-link: error: undefined symbol: public: static struct mlir::quant::ExpressedToQuantizedConverter __cdecl mlir::quant::ExpressedToQuantizedConverter::forInputType(class mlir::Type)
>>> referenced by MLIRTosaDialect.lib(QuantUtils.cpp.obj):(class mlir::Type __cdecl mlir::tosa::buildQTypeFromMinMax(class mlir::OpBuilder, class mlir::Type, class mlir::Attribute, class mlir::Attribute, class mlir::IntegerAttr, int, bool, class mlir::BoolAttr))

lld-link: error: undefined symbol: class mlir::quant::UniformQuantizedType __cdecl mlir::quant::fakeQuantAttrsToType(class mlir::Location, unsigned int, double, double, bool, class mlir::Type, bool)
>>> referenced by MLIRTosaDialect.lib(QuantUtils.cpp.obj):(class mlir::Type __cdecl mlir::tosa::buildQTypeFromMinMax(class mlir::OpBuilder, class mlir::Type, class mlir::Attribute, class mlir::Attribute, class mlir::IntegerAttr, int, bool, class mlir::BoolAttr))

lld-link: error: undefined symbol: class mlir::quant::UniformQuantizedPerAxisType __cdecl mlir::quant::fakeQuantAttrsToType(class mlir::Location, unsigned int, int, class llvm::ArrayRef<double>, class llvm::ArrayRef<double>, bool, class mlir::Type, bool)
>>> referenced by MLIRTosaDialect.lib(QuantUtils.cpp.obj):(class mlir::Type __cdecl mlir::tosa::buildQTypeFromMinMax(class mlir::OpBuilder, class mlir::Type, class mlir::Attribute, class mlir::Attribute, class mlir::IntegerAttr, int, bool, class mlir::BoolAttr))

lld-link: error: undefined symbol: public: class mlir::Type __cdecl mlir::quant::ExpressedToQuantizedConverter::convert(class mlir::quant::QuantizedType) const
>>> referenced by MLIRTosaDialect.lib(QuantUtils.cpp.obj):(class mlir::Type __cdecl mlir::tosa::buildQTypeFromMinMax(class mlir::OpBuilder, class mlir::Type, class mlir::Attribute, class mlir::Attribute, class mlir::IntegerAttr, int, bool, class mlir::BoolAttr))
```
</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/212779


More information about the llvm-branch-commits mailing list