[PATCH] D104102: [FuncSpec] Statistics

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 15 02:00:48 PDT 2021


SjoerdMeijer added inline comments.


================
Comment at: llvm/test/Transforms/FunctionSpecialization/function-specialization-stats.ll:3
+
+; RUN: opt -stats -function-specialization -deadargelim -inline -S < %s 2>&1 | FileCheck %s
+
----------------
fhahn wrote:
> do we need to run those unrelated passes?
Not necessarily, but it kind of nicely illustrates the possibilities with those "clean up" passes, the things function specialisation enables. 

Let me know what you prefer as I am of course happy to remove them.


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

https://reviews.llvm.org/D104102



More information about the llvm-commits mailing list