This is NFC when there is no parsing error.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D83619
Fix one memory leak in the MLIRParser by using std::unique_ptr to hold the new block pointer ClosedPublic Authored by mehdi_amini on Jul 11 2020, 1:36 AM.
Details Summary This is NFC when there is no parsing error.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 11 2020, 1:42 AM Closed by commit rG44b0b7cf6605: Fix one memory leak in the MLIRParser by using std::unique_ptr to hold the new… (authored by mehdi_amini). · Explain WhyJul 11 2020, 1:06 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 277260 mlir/lib/Parser/Parser.cpp
|