This canonicalization helps propagate shape information through the program.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/StandardOps/IR/Ops.cpp | ||
---|---|---|
1573 | Nit: I don't remember if the pattern applicator has an InsertGuard or if the patterns are supposed to preserve the insertion point. |
mlir/lib/Dialect/StandardOps/IR/Ops.cpp | ||
---|---|---|
1573 | There is no guard, but the applicator always updates the position before applying each pattern so it should be fine. |
Nit: I don't remember if the pattern applicator has an InsertGuard or if the patterns are supposed to preserve the insertion point.