The pack/unpack propagation patterns currently assume all map results
for non-scalar arguments are AffineDimExprs, leading to crashes when the
input operand being packed has constant expressions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM
mlir/lib/Dialect/Linalg/Transforms/DataLayoutPropagation.cpp | ||
---|---|---|
167 | We can use dimExpr.getPosition() here |
We can use dimExpr.getPosition() here