This is an archive of the discontinued LLVM Phabricator instance.

[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
CodeGenRegBank we avoid leaking them.

Diff Detail

Repository
rL LLVM

Event Timeline

fhahn created this revision.May 29 2018, 2:36 AM
This revision is now accepted and ready to land.May 29 2018, 8:04 AM
This revision was automatically updated to reflect the committed changes.