[PATCH] D84980: [Attributor] Add time trace support.

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 30 13:42:33 PDT 2020


jdoerfert accepted this revision.
jdoerfert added a comment.
This revision is now accepted and ready to land.

Really cool :) LGTM



================
Comment at: llvm/lib/Transforms/IPO/Attributor.cpp:28
 #include "llvm/Support/CommandLine.h"
+#include "llvm/Support/TimeProfiler.h"
 #include "llvm/Transforms/Utils/BasicBlockUtils.h"
----------------
not needed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84980



More information about the llvm-commits mailing list