[PATCH] D50093: Introduce DebugCounter into PartiallyInlineLibCalls pass
Zhizhou Yang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 5 17:40:40 PDT 2018
zhizhouy added a comment.
In https://reviews.llvm.org/D50093#1225257, @davidxl wrote:
> The counter name seems too long, how about dropping 'transform'.
The idea is to add "-transform" after each DEBUT_TYPE name for passes so that we can do transformation level bisection using DebugCounter.
Just want to add this to unify all the names, but if you think it is too long, I think dropping it may also work.
Repository:
rL LLVM
https://reviews.llvm.org/D50093
More information about the llvm-commits
mailing list