[PATCH] Enable inlining of recursive functions.

Yin Ma yinma at codeaurora.org
Mon Jan 19 10:19:13 PST 2015


I looked your code, you removed the check in call analyzer and MaxRecursionInl is about inlining history. I would like to know if you set MaxRecursionInl is 0, the inliner will behave exactly like the before without your code?

And MaxRecursionInl is to control the number of history skipped. A different name may be more suitable?


http://reviews.llvm.org/D6996

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list