The defining Op may live in an unlinked block so its parent Op may be
null. Only assert it when the parent Op is not null.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D137306
[mlir] Move the assertion to a valid place. ClosedPublic Authored by hanchung on Nov 2 2022, 6:10 PM.
Details Summary The defining Op may live in an unlinked block so its parent Op may be
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 4 2022, 11:42 AM Closed by commit rG8c33639aa65d: [mlir] Move the assertion to a valid place. (authored by hanchung). · Explain WhyNov 4 2022, 12:14 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 473312 mlir/lib/Analysis/SliceAnalysis.cpp
|