Commit 82ca845b authored by Chuanqi Xu's avatar Chuanqi Xu
Browse files

[NFC] [FuncSpec] Update the Todo list for recursive functions

Now the recursive functions may get specialized many times when
`func-specialization-max-iters` increases. See discussion in
https://reviews.llvm.org/D106426 for details.
parent dc9b41f3
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -21,6 +21,12 @@
//   a direct way to steer function specialization, avoiding the cost-model,
//   and thus control compile-times / code-size.
//
// Todos:
// - Limit the times a recursive function get specialized when
// `func-specialization-max-iters`
//   increases linearly. See discussion in https://reviews.llvm.org/D106426 for
//   details.
//
//===----------------------------------------------------------------------===//

#include "llvm/ADT/Statistic.h"