Do not erase those ops during the traversal. Also improve error handling. Fixes a crash introduced by D111924.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D112405
[mlir][linalg][bufferize] Fix crash when bufferizing CallOpInterface ClosedPublic Authored by springerm on Oct 24 2021, 11:53 PM.
Details Summary Do not erase those ops during the traversal. Also improve error handling. Fixes a crash introduced by D111924.
Diff Detail
Event TimelineHerald added subscribers: wenzhicui, wrengr, Chia-hungDuan and 20 others. · View Herald TranscriptOct 24 2021, 11:53 PM This revision is now accepted and ready to land.Oct 25 2021, 3:03 AM Closed by commit rG7bce6bb34b70: [mlir][linalg][bufferize] Fix crash when bufferizing CallOpInterface (authored by springerm). · Explain WhyOct 25 2021, 5:08 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 381942 mlir/include/mlir/Dialect/Linalg/Transforms/ComprehensiveBufferize.h
mlir/lib/Dialect/Linalg/Transforms/ComprehensiveBufferize.cpp
|