Depends On D112511
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/Linalg/Transforms/ComprehensiveBufferize.cpp | ||
---|---|---|
1993 ↗ | (On Diff #382495) | can we use something like: llvm::map_iterator( attr.cast<ArrayAttr>().getAsValueRange<IntegerAttr>(), [](const APInt &val) { return !val.getInt(); })) ? |
1997 ↗ | (On Diff #382495) | dyn_cast + assert is an anti-pattern FWIH, you can just cast |