[clang] [llvm] [HLSL][DXIL][SPIRV] QuadReadAcrossX intrinsic support (PR #184360)

via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 12 08:25:43 PDT 2026


github-actions[bot] wrote:

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

* 128655 tests passed
* 2588 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-reduce.exe</summary>

```
FAILED: [code=4294967295] bin/mlir-reduce.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\tools\mlir-reduce\CMakeFiles\mlir-reduce.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-reduce.rsp  /out:bin\mlir-reduce.exe /implib:lib\mlir-reduce.lib /pdb:bin\mlir-reduce.pdb /version:0.0 /MANIFEST:NO /STACK:10000000 /INCREMENTAL:NO /subsystem:console && cd ."
LINK: command "C:\clang\clang-msvc\bin\lld-link.exe /nologo @CMakeFiles\mlir-reduce.rsp /out:bin\mlir-reduce.exe /implib:lib\mlir-reduce.lib /pdb:bin\mlir-reduce.pdb /version:0.0 /MANIFEST:NO /STACK:10000000 /INCREMENTAL:NO /subsystem:console" failed (exit code 1) with the following output:
lld-link: error: undefined symbol: class std::unique_ptr<class mlir::Pass, struct std::default_delete<class mlir::Pass>> __cdecl mlir::createConvertControlFlowToLLVMPass(void)
>>> referenced by MLIRRegisterAllPasses.lib(RegisterAllPasses.cpp.obj):(private: virtual class std::unique_ptr<class mlir::Pass, struct std::default_delete<class mlir::Pass>> __cdecl std::_Func_impl_no_alloc<class `void __cdecl mlir::registerConvertControlFlowToLLVMPass(void)'::`1'::<lambda_1>, class std::unique_ptr<class mlir::Pass, struct std::default_delete<class mlir::Pass>>>::_Do_call(void))

lld-link: error: undefined symbol: void __cdecl mlir::cf::populateControlFlowToLLVMConversionPatterns(class mlir::LLVMTypeConverter const &, class mlir::RewritePatternSet &)
>>> referenced by MLIROpenMPToLLVM.lib(OpenMPToLLVM.cpp.obj):(public: virtual void __cdecl `anonymous namespace'::ConvertOpenMPToLLVMPass::runOnOperation(void))

lld-link: error: undefined symbol: void __cdecl mlir::cf::populateAssertToLLVMConversionPattern(class mlir::LLVMTypeConverter const &, class mlir::RewritePatternSet &, bool, class mlir::SymbolTableCollection *)
>>> referenced by MLIROpenMPToLLVM.lib(OpenMPToLLVM.cpp.obj):(public: virtual void __cdecl `anonymous namespace'::ConvertOpenMPToLLVMPass::runOnOperation(void))
```
</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/184360


More information about the cfe-commits mailing list