Skip to content

Commit a8474dd

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

File tree

5 files changed

+432
-265
lines changed

5 files changed

+432
-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)