PiotrZSL wrote: > This class could maintain a stack-like `SmallVector` to check for an infinite > recursion., so instead of checking the function cache (which might be large), > only a few functions have to be compared this way.
Actually this change does not impact performance. Before we had 2 lookups, and now we still got 2 lookups. https://github.com/llvm/llvm-project/pull/66810 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits