Jie Fu
9d8950a8d9
[mlir] 'dyn_cast' is deprecated: Use mlir::dyn_cast<U>() instead (NFC)
/llvm-project/mlir/lib/Dialect/Vector/IR/VectorOps.cpp:2923:29: error: 'dyn_cast' is deprecated: Use mlir::dyn_cast<U>() instead [-Werror,-Wdeprecated-declarations]
2923 | if (auto intAttr = attr.dyn_cast<IntegerAttr>()) {
| ^
/llvm-project/mlir/include/mlir/IR/Attributes.h:184:14: note: 'dyn_cast' has been explicitly marked deprecated here
184 | U Attribute::dyn_cast() const {
| ^
2024-09-09 09:00:15 +08:00
..
2022-10-27 22:54:19 +00:00
2024-09-09 09:00:15 +08:00
2024-08-19 11:20:18 +01:00
2024-09-04 16:41:56 +08:00
2024-07-27 08:11:00 +01:00
2022-11-25 04:51:50 -08:00