By keeping track of unique_ptrs to the synthesized definitions in
CodeGenRegBank we avoid leaking them.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D47462
[TableGen] Fix leaking synthesized registers. ClosedPublic Authored by fhahn on May 29 2018, 2:36 AM.
Details Summary By keeping track of unique_ptrs to the synthesized definitions in
Diff Detail
Event Timelinefhahn added a child revision: D47463: [TableGen] Avoid leaking TreePatternNodes by using shared_ptr..May 29 2018, 2:41 AM This revision is now accepted and ready to land.May 29 2018, 8:04 AM Closed by commit rL333434: [TableGen] Fix leaking synthesized registers. (authored by fhahn). · Explain WhyMay 29 2018, 9:59 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 148936 llvm/trunk/utils/TableGen/CodeGenRegisters.h
llvm/trunk/utils/TableGen/CodeGenRegisters.cpp
|