Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| mlir/lib/Dialect/Linalg/IR/ValueBoundsOpInterfaceImpl.cpp | ||
|---|---|---|
| 34 | nit: prefer free cast functions: https://mlir.llvm.org/deprecation/ also below | |
| 36 | nit: is there a more descriptive name we could use? | |
| mlir/test/Dialect/Linalg/value-bounds-op-interface-impl.mlir | ||
| 53 | nice! Would it be worth also checking that the LB is 0? | |
| mlir/lib/Dialect/Linalg/IR/ValueBoundsOpInterfaceImpl.cpp | ||
|---|---|---|
| 34 | This does not work for AffineExpr yet. | |
nit: prefer free cast functions: https://mlir.llvm.org/deprecation/
also below