[Mlir-commits] [mlir] [MLIR][Presburger] Template Matrix to allow MPInt and Fraction (PR #65272)

Nathaniel McVicar llvmlistbot at llvm.org
Mon Sep 18 10:54:39 PDT 2023


NathanielMcVicar wrote:

It looks like this has broken the Windows MLIR bot: https://lab.llvm.org/buildbot/#/builders/13/builds/40242/steps/6/logs/stdio
```
FAILED: tools/mlir/lib/Analysis/Presburger/CMakeFiles/obj.MLIRPresburger.dir/Matrix.cpp.obj 
C:\buildbot\mlir-x64-windows-ninja\llvm-project\mlir\lib\Analysis\Presburger\Matrix.cpp(385): error C2220: the following warning is treated as an error
C:\buildbot\mlir-x64-windows-ninja\llvm-project\mlir\lib\Analysis\Presburger\Matrix.cpp(385): warning C4661: 'T mlir::presburger::Matrix<T>::normalizeRow(unsigned int)': no suitable definition provided for explicit template instantiation request
        with
        [
            T=mlir::presburger::Fraction
        ]
C:\buildbot\mlir-x64-windows-ninja\llvm-project\mlir\include\mlir/Analysis/Presburger/Matrix.h(165): note: see declaration of 'mlir::presburger::Matrix<mlir::presburger::Fraction>::normalizeRow'
```

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


More information about the Mlir-commits mailing list