This avoids crashes when the pattern is applied to ops with
tensor semantics.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D113415
[mlir][vector] Use dyn_cast instead of cast in patterns ClosedPublic Authored by antiagainst on Nov 8 2021, 9:20 AM.
Details Summary This avoids crashes when the pattern is applied to ops with
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 8 2021, 9:21 AM This revision was landed with ongoing or failed builds.Nov 8 2021, 9:38 AM Closed by commit rG56ada0f80df2: [mlir][vector] Use dyn_cast instead of cast in patterns (authored by antiagainst). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 385528 mlir/lib/Dialect/Vector/VectorTransforms.cpp
|