Depends On D119025
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
That's a nice way of doing this. Thanks for adding this.
mlir/lib/Dialect/Shape/IR/Shape.cpp | ||
---|---|---|
497 | nit: Eliminate cstr_broadcastable operands from assuming_all that are subsumed by others? | |
527 | You can even apply this canonicalization if there are other witnesses in the list. | |
mlir/test/Dialect/Shape/canonicalize.mlir | ||
576 | Maybe, check that it consumes the right witness | |
596 | Maybe, check that it consumes the right witnesses |
mlir/lib/Dialect/Shape/IR/Shape.cpp | ||
---|---|---|
527 | Added a TODO, will send a change in the next PR. |
nit: Eliminate cstr_broadcastable operands from assuming_all that are subsumed by others?