[Mlir-commits] [mlir] [mlir] fix math-to-apfloat after #172715 (PR #176462)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Fri Jan 16 11:26:15 PST 2026
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir
Author: Maksim Levental (makslevental)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/176462.diff
1 Files Affected:
- (modified) mlir/lib/Conversion/ArithAndMathToAPFloat/CMakeLists.txt (+1)
``````````diff
diff --git a/mlir/lib/Conversion/ArithAndMathToAPFloat/CMakeLists.txt b/mlir/lib/Conversion/ArithAndMathToAPFloat/CMakeLists.txt
index 074225bc4a785..9d5e9a5f484e4 100644
--- a/mlir/lib/Conversion/ArithAndMathToAPFloat/CMakeLists.txt
+++ b/mlir/lib/Conversion/ArithAndMathToAPFloat/CMakeLists.txt
@@ -47,4 +47,5 @@ add_mlir_conversion_library(MLIRMathToAPFloat
MLIRMathDialect
MLIRFuncDialect
MLIRFuncUtils
+ MLIRVectorDialect
)
``````````
</details>
https://github.com/llvm/llvm-project/pull/176462
More information about the Mlir-commits
mailing list