[PATCH] D86435: Profiling the code generated by MCJIT engine using Intel VTune profiler

elena via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 25 12:59:57 PDT 2020


ekovanov added a comment.

In D86435#2234559 <https://reviews.llvm.org/D86435#2234559>, @lhames wrote:

> I'm not familiar with the profiling listeners. Out of interest: Is the backwards compatibility mode necessary? Is there a plan to deprecate it in the future?

@lhames yes, we plan to deprecate it in the future.
For now, by using backwards compatibility, we allow users to switch to the old flow in case of problems with the new one.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86435



More information about the llvm-commits mailing list