[PATCH] D69331: [LegacyPM] Port CGProfile pass

Eugene Leviant via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 23 08:14:22 PDT 2019


evgeny777 added a comment.

Thanks for looking at it, Teresa!

Here is a llvm-dev post, suggesting to use new PM by default:
http://lists.llvm.org/pipermail/llvm-dev/2017-October/118280.html

As you may have noticed it was two years ago and new PM is still "brand new" :)
Also, AFAIK, codegen passes still use old PM, so I guess it will be around for quite a while.
Until new PM is adopted as default by LLVM community, switching to it is not an option for us, unfortunately.
And I need just this pass (it does pretty good job optimizing PGO instrumented images) and don't have plans to port anything else.


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

https://reviews.llvm.org/D69331





More information about the llvm-commits mailing list