Skip to content

Commit 9da9241

Browse files
[mlir][arith] arith-to-apfloat: Add vector support
1 parent bdb918e commit 9da9241

File tree

4 files changed

+406
-265
lines changed

4 files changed

+406
-265
lines changed

mlir/include/mlir/Conversion/Passes.td

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,8 @@ def ArithToAPFloatConversionPass
198198
calls (APFloatWrappers.cpp). APFloat is a software implementation of
199199
floating-point arithmetic operations.
200200
}];
201-
let dependentDialects = ["func::FuncDialect"];
201+
let dependentDialects = ["arith::ArithDialect", "func::FuncDialect",
202+
"vector::VectorDialect"];
202203
}
203204

204205
//===----------------------------------------------------------------------===//

0 commit comments

Comments
 (0)