safocl wrote: I think the compiler is unlikely to be able to optimize properly here using context prediction, since the recursion is performed at a known-unknown nesting level for each stage. Whether such a change is really worth using here is, I think, an open question, as @ArcsinX also [pointed out](https://github.com/llvm/llvm-project/pull/203042#issuecomment-4673776911).
https://github.com/llvm/llvm-project/pull/203042 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
