[PATCH] D69331: [LegacyPM] Port CGProfile pass

Michael Spencer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 23 14:02:55 PDT 2019


Bigcheese added a reviewer: chandlerc.
Bigcheese added a comment.

This was originally not added to the legacy pass manager because it leaks memory under it due to fundamental issues with the old pass manager.  See https://reviews.llvm.org/D48105#1140299 .


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69331/new/

https://reviews.llvm.org/D69331





More information about the llvm-commits mailing list