[PATCH] D33306: [IfConversion] Make the ifcvt-limit command line option work at the function level and remove compares with global Statistic variables

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 17 21:04:12 PDT 2017


chandlerc added a comment.

In https://reviews.llvm.org/D33306#758168, @craig.topper wrote:

> Maybe we should switch to a DebugCounter?


That would make sense. But then I think a bunch of the counting and limiting here go away with that rather than shifting to local counting.


https://reviews.llvm.org/D33306





More information about the llvm-commits mailing list