This patch updates calls to AnalysisState::getBuffer() so that we return
early with a failure if the call does not succeed.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D125251
[mlir] Fail early if AnalysisState::getBuffer() returns failure ClosedPublic Authored by ashay-github on May 9 2022, 11:27 AM.
Details Summary This patch updates calls to AnalysisState::getBuffer() so that we return
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 10 2022, 5:30 AM Closed by commit rG53ff0daa7e9d: [mlir] Fail early if AnalysisState::getBuffer() returns failure (authored by • ashay). · Explain WhyMay 10 2022, 8:08 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 428384 mlir/lib/Dialect/Tensor/Transforms/BufferizableOpInterfaceImpl.cpp
|