[PATCH] D43435: Expand a lambda that is used only once.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 19 14:36:22 PST 2018


ruiu added a comment.

I didn't actually try to see the assembly output for this file, but decent compilers are smart enough to figure out that the lambda can be inlined, so I don't think this change doesn't improve performance.


https://reviews.llvm.org/D43435





More information about the llvm-commits mailing list